summaryrefslogtreecommitdiff
path: root/signal
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-08-11 22:06:06 +0000
committerRoland McGrath <roland@gnu.org>2002-08-11 22:06:06 +0000
commita83f1ae4c84302888c9fee52502dff8e8bdac4e5 (patch)
tree292138173e0c12dde0843ad6e6b5b40ef871d6b2 /signal
parentf4c16ceedd45370aa5207f42dd12fc84d0d46b89 (diff)
* include/sys/errno.h: New file.
* include/signal.h: No libc_hidden_proto for raise, __libc_current_sigrtmin, __libc_current_sigrtmax. These need to be overridden by linuxthreads. * sysdeps/posix/raise.c: Reverted. * sysdeps/generic/raise.c: Reverted. * signal/allocrtsig.c: Reverted.
Diffstat (limited to 'signal')
-rw-r--r--signal/allocrtsig.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/signal/allocrtsig.c b/signal/allocrtsig.c
index 1d5c1f3824..fdf8a6854a 100644
--- a/signal/allocrtsig.c
+++ b/signal/allocrtsig.c
@@ -62,7 +62,6 @@ __libc_current_sigrtmin (void)
#endif
return current_rtmin;
}
-libc_hidden_def (__libc_current_sigrtmin)
/* Return number of available real-time signal with lowest priority. */
int
@@ -74,7 +73,6 @@ __libc_current_sigrtmax (void)
#endif
return current_rtmax;
}
-libc_hidden_def (__libc_current_sigrtmax)
/* Allocate real-time signal with highest/lowest available
priority. Please note that we don't use a lock since we assume