diff options
author | Ian Moffett <ian@osmora.org> | 2024-05-19 22:37:00 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2024-05-19 22:37:00 -0400 |
commit | 9cff7866d58bfd48cad3f32882b957499c06a649 (patch) | |
tree | d1360ef0d12717c319791c219a24186a3a040e0c /builddeps | |
parent | d13ff179e6c1fc418891e6f55943313f1cf2bdc8 (diff) |
kernel: Add reboot() and reboot syscall
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'builddeps')
-rw-r--r-- | builddeps/sysexports | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builddeps/sysexports b/builddeps/sysexports index 7069c57..66a82a6 100644 --- a/builddeps/sysexports +++ b/builddeps/sysexports @@ -8,5 +8,6 @@ sys_headers=$(cat <<END signal.h termios.h tty.h + reboot.h END ) |