aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2003-06-04 03:49:31 +0000
committerRobert Watson <rwatson@FreeBSD.org>2003-06-04 03:49:31 +0000
commit9e18f27730a1e162ec5675556c603e2b45b3e789 (patch)
tree2e1434e139b2a240aa6b92309a1749025d051653 /sys
parente84a8d0d6598da8c37c44365dc74e12aa90ca17a (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/syscalls.master6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index cfb84f03c22a..31fb722f3c3e 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -631,6 +631,12 @@
434 MSTD BSD { int _umtx_lock(struct umtx *umtx); }
435 MSTD BSD { int _umtx_unlock(struct umtx *umtx); }
436 MSTD BSD { int jail_attach(int jid); }
+437 STD BSD { ssize_t extattr_list_fd(int fd, int attrnamespace, \
+ void *data, size_t nbytes); }
+438 STD BSD { ssize_t extattr_list_file(const char *path, \
+ int attrnamespace, void *data, size_t nbytes); }
+439 STD BSD { ssize_t extattr_list_link(const char *path, \
+ int attrnamespace, void *data, size_t nbytes); }
; Please copy any additions and changes to the following compatability tables:
; sys/ia64/ia32/syscalls.master (take a best guess)