Changeset 75013 in vbox for trunk/include/iprt/linux/symvers.h
- Timestamp:
- Oct 23, 2018 6:10:51 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/linux/symvers.h
r75009 r75013 60 60 #undef __GLIBC_MINOR__ 61 61 #define __GLIBC_MINOR__ 3 62 63 /* Do not use fcntl64 */64 #include <fcntl.h>65 #ifdef fnctl66 # undef fcntl67 #endif68 #if defined(RT_ARCH_AMD64)69 __asm__(".symver fcntl64,fcntl@GLIBC_2.2.5");70 #else71 __asm__(".symver fcntl64,fcntl@GLIBC_2.0");72 #endif73 74 62 #endif /* ___iprt_linux_symvers_h */
Note:
See TracChangeset
for help on using the changeset viewer.