1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00
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.
This commit is contained in:
Ulrich Drepper
1999-02-14 20:14:54 +00:00
parent 6e0d277c5e
commit 0543cd2694
6 changed files with 130 additions and 33 deletions

View File

@@ -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. */