summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/kern/syscalls.master2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index 482b2a96b20c..fbb7e508ce7a 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -600,7 +600,7 @@
void *data, size_t nbytes); }
414 STD BSD { int extattr_delete_link(const char *path, \
int attrnamespace, const char *attrname); }
-415 UNIMPL BSD __execve_mac
+415 UNIMPL BSD __mac_execve
416 MSTD POSIX { int sigaction(int sig, const struct sigaction *act, \
struct sigaction *oact); }
417 MSTD BSD { int sigreturn(const struct __ucontext *sigcntxp); }