Changeset 77833 in vbox for trunk/src/VBox
- Timestamp:
- Mar 21, 2019 8:44:38 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/linux/RTFileCopyPartEx-linux.cpp
r77832 r77833 39 39 #include <unistd.h> 40 40 #include <sys/syscall.h> 41 42 #ifndef __NR_copy_file_range 43 # define __NR_copy_file_range 285 44 #endif 41 45 42 46 /* Include the generic code as a fallback since copy_file_range is rather new . */
Note:
See TracChangeset
for help on using the changeset viewer.