From: Roland McGrath Date: Wed, 24 Apr 1996 09:03:11 +0000 (+0000) Subject: Tue Apr 23 21:09:14 1996 Miles Bader X-Git-Tag: cvs/libc-960424 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Fcvs%2Flibc-960424;p=glibc.git Tue Apr 23 21:09:14 1996 Miles Bader * 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). --- diff --git a/ChangeLog b/ChangeLog index 03f07c604d..d15f295c35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Apr 23 21:09:14 1996 Miles Bader + + * 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 * config.h.in (HAVE_REGEX): New macro. diff --git a/stdio-common/vfprintf.c b/stdio-common/vfprintf.c index 04f9e0d5f1..9b24574558 100644 --- a/stdio-common/vfprintf.c +++ b/stdio-common/vfprintf.c @@ -21,6 +21,7 @@ Boston, MA 02111-1307, USA. */ #include #include #include +#include #include #include "_itoa.h" #include "../locale/localeinfo.h"