diff options
| -rw-r--r-- | sys/freebsd/sys.txt | 1 | ||||
| -rw-r--r-- | sys/freebsd/sys.txt.const | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/freebsd/sys.txt b/sys/freebsd/sys.txt index 180e96f79..49083fece 100644 --- a/sys/freebsd/sys.txt +++ b/sys/freebsd/sys.txt @@ -138,6 +138,7 @@ __realpathat(dirfd fd, path ptr[in, filename], buf ptr[out, string], size len[bu undelete(path ptr[in, filename]) acct(filename ptr[in, filename, opt]) __specialfd$eventfd(type const[SPECIALFD_EVENTFD], req ptr[in, eventfd], len len[req]) fd +setfib(fib int32) getrusage(who flags[rusage_who], usage ptr[out, rusage]) getrlimit(res flags[rlimit_type], rlim ptr[out, rlimit]) diff --git a/sys/freebsd/sys.txt.const b/sys/freebsd/sys.txt.const index 6a8b471cd..210c81a9a 100644 --- a/sys/freebsd/sys.txt.const +++ b/sys/freebsd/sys.txt.const @@ -189,6 +189,7 @@ SYS_select = 93 SYS_sendfile = 393 SYS_setegid = 182 SYS_seteuid = 183 +SYS_setfib = 175 SYS_setgid = 181 SYS_setgroups = 80 SYS_setitimer = 83 |
