aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/linux/syscalls.master
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2019-09-11 12:58:06 +0000
committerEd Maste <emaste@FreeBSD.org>2019-09-11 12:58:06 +0000
commit427b1baec07b61e3af8b2fb97f9336e793bf1ead (patch)
tree5475da69464d8dff91da0df7cbfb6dd3a1c77be5 /sys/i386/linux/syscalls.master
parent4c8ba7d94f0fd58bdb23ce0682cb526e9cd7be2a (diff)
downloadsrc-427b1baec07b61e3af8b2fb97f9336e793bf1ead.tar.gz
src-427b1baec07b61e3af8b2fb97f9336e793bf1ead.zip
make linux_renameat2 args consistent with linux_renameat
Use 'dfd' consistently for a directory fd.
Notes
Notes: svn path=/head/; revision=352208
Diffstat (limited to 'sys/i386/linux/syscalls.master')
-rw-r--r--sys/i386/linux/syscalls.master4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/linux/syscalls.master b/sys/i386/linux/syscalls.master
index 531bbe3f4e02..d4f974ebb66f 100644
--- a/sys/i386/linux/syscalls.master
+++ b/sys/i386/linux/syscalls.master
@@ -619,8 +619,8 @@
352 AUE_NULL STD { int linux_sched_getattr(l_pid_t pid, \
void *attr, l_uint size, l_uint flags); }
; Linux 3.15:
-353 AUE_NULL STD { int linux_renameat2(l_int oldfd, \
- const char *oldname, l_int newfd, \
+353 AUE_NULL STD { int linux_renameat2(l_int olddfd, \
+ const char *oldname, l_int newdfd, \
const char *newname, unsigned int flags); }
; Linux 3.17:
354 AUE_NULL STD { int linux_seccomp(l_uint op, l_uint flags, \