diff options
Diffstat (limited to 'include/unistd.h')
-rw-r--r-- | include/unistd.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/unistd.h b/include/unistd.h index 26993d4dfe..1df80fdc9a 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -1,10 +1,7 @@ #ifndef _UNISTD_H # include <posix/unistd.h> -// XXX Normally we should be able to hide _exit. But in the thread library -// XXX we might need to overload this function so that all threads can be -// XXX killed. -// libc_hidden_proto (_exit) +libc_hidden_proto (_exit) libc_hidden_proto (alarm) libc_hidden_proto (confstr) libc_hidden_proto (execl) |