mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 00:10:10 +00:00
Tue Apr 23 21:09:14 1996 Miles Bader <miles@gnu.ai.mit.edu>
* hurd/hurdsig.c (signal_allowed): For SIGIO/SIGURG, add a new variable, LUCKY, to use instead of setting D to -1 (which fucks things up).
This commit is contained in:
parent
80bcb41041
commit
66aeca9cfb
@ -1,3 +1,9 @@
|
||||
Tue Apr 23 21:09:14 1996 Miles Bader <miles@gnu.ai.mit.edu>
|
||||
|
||||
* hurd/hurdsig.c (signal_allowed): For SIGIO/SIGURG, add a new
|
||||
variable, LUCKY, to use instead of setting D to -1 (which fucks
|
||||
things up).
|
||||
|
||||
Tue Apr 23 15:56:56 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
|
||||
|
||||
* config.h.in (HAVE_REGEX): New macro.
|
||||
|
@ -21,6 +21,7 @@ Boston, MA 02111-1307, USA. */
|
||||
#include <printf.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
#include <wchar.h>
|
||||
#include "_itoa.h"
|
||||
#include "../locale/localeinfo.h"
|
||||
|
Loading…
Reference in New Issue
Block a user