]> sourceware.org Git - glibc.git/commitdiff
Tue Apr 23 21:09:14 1996 Miles Bader <miles@gnu.ai.mit.edu> cvs/libc-960424 cvs/libc-960425
authorRoland McGrath <roland@gnu.org>
Wed, 24 Apr 1996 09:03:11 +0000 (09:03 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 24 Apr 1996 09:03:11 +0000 (09:03 +0000)
* 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).

ChangeLog
stdio-common/vfprintf.c

index 03f07c604dcfccb8dc46e2a520a1cea1ea1781d0..d15f295c35f2b42cd6f00c26c902dcd8596afef2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 04f9e0d5f13dd0cd7adbe34ebc48d8834e233741..9b245745584bd719417cb43ece0f1663fea4297f 100644 (file)
@@ -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"
This page took 0.052222 seconds and 5 git commands to generate.