VirtualBox

Changeset 100191 in vbox for trunk/include/iprt/linux


Ignore:
Timestamp:
Jun 16, 2023 8:04:11 AM (20 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
157897
Message:

*: Some of the easy build fixes for linux.arm64 not warranting their own commit, bugref:10457

File:
1 edited

Legend:

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

    r98103 r100191  
    5353__asm__(".symver memcpy,memcpy@GLIBC_2.2.5");
    5454__asm__(".symver posix_spawn,posix_spawn@GLIBC_2.2.5");
     55#elif defined(RT_ARCH_ARM64)
     56__asm__(".symver memcpy,memcpy@GLIBC_2.17");
     57__asm__(".symver posix_spawn,posix_spawn@GLIBC_2.17");
    5558#else  /* RT_ARCH_X86 */
    5659__asm__(".symver posix_spawn,posix_spawn@GLIBC_2.2");
     
    8083#if defined(RT_ARCH_AMD64)
    8184__asm__(".symver fcntl64,fcntl@GLIBC_2.2.5");
     85#elif defined(RT_ARCH_ARM64)
     86__asm__(".symver fcntl64,fcntl@GLIBC_2.17");
    8287#else
    8388__asm__(".symver fcntl64,fcntl@GLIBC_2.0");
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