Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147923315
D21092.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
538 B
Referenced Files
None
Subscribers
None
D21092.diff
View Options
Index: head/sys/compat/freebsd32/syscalls.master
===================================================================
--- head/sys/compat/freebsd32/syscalls.master
+++ head/sys/compat/freebsd32/syscalls.master
@@ -1147,5 +1147,8 @@
size_t bufsize); }
568 AUE_UNLINKAT NOPROTO { int funlinkat(int dfd, const char *path, int fd, \
int flag); }
+569 AUE_NULL NOPROTO { ssize_t copy_file_range(int infd, \
+ off_t *inoffp, int outfd, off_t *outoffp, \
+ size_t len, unsigned int flags); }
; vim: syntax=off
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 15, 4:54 PM (3 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29724150
Default Alt Text
D21092.diff (538 B)
Attached To
Mode
D21092: freebsd32 shims for copy_file_range(2)
Attached
Detach File
Event Timeline
Log In to Comment