diff options
| author | Mark Johnston <markjdb@gmail.com> | 2020-11-13 15:02:35 -0500 |
|---|---|---|
| committer | Mark Johnston <markjdb@gmail.com> | 2020-11-13 15:37:58 -0500 |
| commit | 1bf9a662c66aa432ff2fe3bf2562578cef626c09 (patch) | |
| tree | ca818b7868786f1e8ffb497b5bd1e5ff28928c7e /sys | |
| parent | e1140d252a56611cacd9475e76581812ec7010c9 (diff) | |
sys/freebsd: add undelete(2)
Diffstat (limited to 'sys')
| -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 17611195e..319f4b2d8 100644 --- a/sys/freebsd/sys.txt +++ b/sys/freebsd/sys.txt @@ -111,6 +111,7 @@ chdir(dir ptr[in, filename]) fchdir(fd fd) copy_file_range(infd fd, inoffp ptr[inout, fileoff[int64]], outfd fd, outoffp ptr[inout, fileoff[int64]], len int64, flags flags[copy_file_range_flags]) __realpathat(dirfd fd, path ptr[in, filename], buf ptr[out, string], size len[buf], flags flags[realpathat_flags]) +undelete(path ptr[in, filename]) 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 181442574..fe80d6aa0 100644 --- a/sys/freebsd/sys.txt.const +++ b/sys/freebsd/sys.txt.const @@ -151,6 +151,7 @@ SYS_symlink = 57 SYS_symlinkat = 502 SYS_sync = 36 SYS_truncate = 479 +SYS_undelete = 205 SYS_unlink = 10 SYS_unlinkat = 503 SYS_utimensat = 547 |
