aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/kern/syscalls.master2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index f8298e97c696..aaf1cfbad48d 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -559,3 +559,5 @@
387 UNIMPL BSD __mac_get_file
388 UNIMPL BSD __mac_set_fd
389 UNIMPL BSD __mac_set_file
+390 STD BSD { int kenv(int what, const char *name, char *value, \
+ int len); }