From 0543cd2694e19a95572421988cce8c6c170e2aba Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 14 Feb 1999 20:14:54 +0000 Subject: Update. 1999-02-13 Andreas Schwab * misc/syslog.c (vsyslog): Remember errno for %m format. Fix check for priority mask. --- linuxthreads/internals.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'linuxthreads/internals.h') 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. */ -- cgit v1.2.1