diff options
Diffstat (limited to 'sys/kern/syscalls.master')
-rw-r--r-- | sys/kern/syscalls.master | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index aaf1cfb..28769e6 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -561,3 +561,4 @@ 389 UNIMPL BSD __mac_set_file 390 STD BSD { int kenv(int what, const char *name, char *value, \ int len); } +391 STD BSD { int lchflags(const char *path, int flags); } |