diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-02-14 20:14:54 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-02-14 20:14:54 +0000 |
commit | 0543cd2694e19a95572421988cce8c6c170e2aba (patch) | |
tree | b0b8793f4da6fbdcc24fe85d97f29ace5b4feb74 /linuxthreads/internals.h | |
parent | 6e0d277c5ee4b443f58e2aeea305cee520e326d6 (diff) | |
download | glibc-0543cd2694e19a95572421988cce8c6c170e2aba.tar.gz glibc-0543cd2694e19a95572421988cce8c6c170e2aba.tar.xz glibc-0543cd2694e19a95572421988cce8c6c170e2aba.zip |
Update.
1999-02-13 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * misc/syslog.c (vsyslog): Remember errno for %m format. Fix check for priority mask.
Diffstat (limited to 'linuxthreads/internals.h')
-rw-r--r-- | linuxthreads/internals.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/linuxthreads/internals.h b/linuxthreads/internals.h index 0654c32758..cfd72cda72 100644 --- a/linuxthreads/internals.h +++ b/linuxthreads/internals.h @@ -152,11 +152,6 @@ extern int __pthread_sig_cancel; extern int __pthread_sig_debug; -/* Default signals used if we don't have realtime signals */ - -#define DEFAULT_SIG_RESTART SIGUSR1 -#define DEFAULT_SIG_CANCEL SIGUSR2 - /* Global array of thread handles, used for validating a thread id and retrieving the corresponding thread descriptor. Also used for mapping the available stack segments. */ |