VirtualBox

Ignore:
Timestamp:
Oct 23, 2018 6:10:51 PM (6 years ago)
Author:
vboxsync
Message:

Reverted r126046: iprt/symvers.h: fix for building back-compatible Additions with glibc 2.18; due to burns.
bugref:9112: Linux Additions: fix building binaries for older Linux user space

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/linux/symvers.h

    r75009 r75013  
    6060#undef __GLIBC_MINOR__
    6161#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 
    7462#endif /* ___iprt_linux_symvers_h */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette