diff options
Diffstat (limited to 'libgloss/kill.c')
-rw-r--r-- | libgloss/kill.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgloss/kill.c b/libgloss/kill.c index 4b9b736..fd52bd6 100644 --- a/libgloss/kill.c +++ b/libgloss/kill.c @@ -13,6 +13,7 @@ * they apply. */ #include "glue.h" +void _exit(int); extern void _exit (int) __attribute__((__noreturn__)); |