diff options
Diffstat (limited to 'src/include-local/os.h')
-rw-r--r-- | src/include-local/os.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include-local/os.h b/src/include-local/os.h index 72062e9..4a1d7c2 100644 --- a/src/include-local/os.h +++ b/src/include-local/os.h @@ -3,7 +3,9 @@ #ifndef S6_LINUX_INIT_OS_H #define S6_LINUX_INIT_OS_H +extern void os_final_wtmp (int) ; extern void os_reboot (int) ; + extern void os_kbspecials (int) ; extern void os_mount_tmpfs (char const *, unsigned int) ; extern int os_mount_devtmpfs (char const *) ; |