summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/kern/syscalls.master12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index bf41720..bf64f0f 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -553,12 +553,12 @@
int new_grp_flag); }
382 STD BSD { int thread_wakeup(struct thread_mailbox *tmbx); }
383 MSTD BSD { int kse_yield(void); }
-384 UNIMPL BSD __mac_get_proc
-385 UNIMPL BSD __mac_set_proc
-386 UNIMPL BSD __mac_get_fd
-387 UNIMPL BSD __mac_get_file
-388 UNIMPL BSD __mac_set_fd
-389 UNIMPL BSD __mac_set_file
+384 MSTD BSD { int __mac_get_proc(void *dummy); }
+385 MSTD BSD { int __mac_set_proc(void *dummy); }
+386 MSTD BSD { int __mac_get_fd(int fd, void *dummy); }
+387 MSTD BSD { int __mac_get_file(const char *path_p, void *dummy); }
+388 MSTD BSD { int __mac_set_fd(int fd, void *dummy); }
+389 MSTD BSD { int __mac_set_file(const char *path_p, void *dummy); }
390 STD BSD { int kenv(int what, const char *name, char *value, \
int len); }
391 STD BSD { int lchflags(const char *path, int flags); }
OpenPOWER on IntegriCloud