summaryrefslogtreecommitdiffstats
path: root/sys/compat
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2013-03-21 22:59:01 +0000
committerpjd <pjd@FreeBSD.org>2013-03-21 22:59:01 +0000
commit635dbe90f28856681c546e79b162657930ba6248 (patch)
treec837bb52e4e3da9316dcdbedaadda8c664bf4f22 /sys/compat
parent5fc1bac31561b1a789448e02dc042557d6fbbbdf (diff)
downloadFreeBSD-src-635dbe90f28856681c546e79b162657930ba6248.zip
FreeBSD-src-635dbe90f28856681c546e79b162657930ba6248.tar.gz
Implement chflagsat(2) system call, similar to fchmodat(2), but operates on
file flags. Reviewed by: kib, jilles Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/compat')
-rw-r--r--sys/compat/freebsd32/syscalls.master2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/compat/freebsd32/syscalls.master b/sys/compat/freebsd32/syscalls.master
index e7a18aa..b798d8c 100644
--- a/sys/compat/freebsd32/syscalls.master
+++ b/sys/compat/freebsd32/syscalls.master
@@ -1020,3 +1020,5 @@
int namelen); }
539 AUE_CONNECTAT NOPROTO { int connectat(int fd, int s, caddr_t name, \
int namelen); }
+540 AUE_CHFLAGSAT NOPROTO { int chflagsat(int fd, const char *path, \
+ u_long flags, int atflag); }
OpenPOWER on IntegriCloud