Changeset 75140 in vbox for trunk/include/iprt/linux
- Timestamp:
- Oct 29, 2018 11:23:06 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/linux/symvers.h
r75013 r75140 60 60 #undef __GLIBC_MINOR__ 61 61 #define __GLIBC_MINOR__ 3 62 63 /* Do not use fcntl64 */ 64 #include <fcntl.h> 65 #ifdef fnctl 66 # undef fcntl 67 #endif 68 #if defined(RT_ARCH_AMD64) 69 __asm__(".symver fcntl64,fcntl@GLIBC_2.2.5"); 70 #else 71 __asm__(".symver fcntl64,fcntl@GLIBC_2.0"); 72 #endif 73 62 74 #endif /* ___iprt_linux_symvers_h */
Note:
See TracChangeset
for help on using the changeset viewer.