From dacf8817be3943b8911d290fb9cbaaa5d659ad95 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 21 Apr 2021 13:50:10 +0000 Subject: The final wtmp entry is also os-specific --- src/include-local/os.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include-local') 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 *) ; -- cgit v1.3.1