summaryrefslogtreecommitdiffstats
path: root/sys/kern/syscalls.master
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/syscalls.master')
-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 cfb84f0..31fb722 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)
OpenPOWER on IntegriCloud