aboutsummaryrefslogtreecommitdiff
path: root/builddeps
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2024-05-19 22:37:00 -0400
committerIan Moffett <ian@osmora.org>2024-05-19 22:37:00 -0400
commit9cff7866d58bfd48cad3f32882b957499c06a649 (patch)
treed1360ef0d12717c319791c219a24186a3a040e0c /builddeps
parentd13ff179e6c1fc418891e6f55943313f1cf2bdc8 (diff)
kernel: Add reboot() and reboot syscall
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'builddeps')
-rw-r--r--builddeps/sysexports1
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
)