VirtualBox

Changeset 77929 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 28, 2019 12:07:46 AM (6 years ago)
Author:
vboxsync
Message:

IPRT/RTFileCopyPartEx-linux.cpp: Corrected syscall numbers. bugref:9172

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/linux/RTFileCopyPartEx-linux.cpp

    r77836 r77929  
    4141
    4242#ifndef __NR_copy_file_range
    43 # if defined(RT_ARCH_X86) || defined(RT_ARCH_AMD64)
    44 #  define __NR_copy_file_range      285
     43# if defined(RT_ARCH_X86)
     44#  define __NR_copy_file_range      377
     45# elif defined(RT_ARCH_AMD64)
     46#  define __NR_copy_file_range      326
    4547# endif
    4648#endif
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