From 69681bdee0226cef026ab761738373955393422b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 20 Aug 2002 11:10:37 +0000 Subject: Update. * include/unistd.h: Don't hide _exit. --- include/unistd.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/unistd.h b/include/unistd.h index ec600afc7d..289eb4b740 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -1,7 +1,10 @@ #ifndef _UNISTD_H # include -libc_hidden_proto (_exit) +// 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 (alarm) libc_hidden_proto (confstr) libc_hidden_proto (execl) -- cgit v1.2.3