Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2
libexplain
libexplain-1.4-largefile.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libexplain-1.4-largefile.patch of Package libexplain
Index: libexplain/ac/fcntl.h =================================================================== --- libexplain/ac/fcntl.h.orig +++ libexplain/ac/fcntl.h @@ -65,8 +65,14 @@ * flags values returned by the kernel. */ #if defined(__linux__) && (O_LARGEFILE == 0) +#if defined(__aarch64__) +#define O_LARGEFILE_HIDDEN 0400000 +#elif defined(__powerpc64__) +#define O_LARGEFILE_HIDDEN 0200000 +#else #define O_LARGEFILE_HIDDEN 0100000 #endif +#endif /*
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor