]> Savannah Git Hosting - gnulib.git/commitdiff
Revert "select: Fix build error on IRIX 6.5."
authorSimon Josefsson <simon@josefsson.org>
Tue, 22 May 2012 11:14:46 +0000 (13:14 +0200)
committerSimon Josefsson <simon@josefsson.org>
Tue, 22 May 2012 11:14:46 +0000 (13:14 +0200)
This reverts commit 0b1066b5ab2c8e0e8a8bec718c7eaa8b3a685d89.

ChangeLog
lib/select.c

index cbc2dd0cbccbccbec90c83398cd28a8590f218e1..9eacc294ed4a09b4605a469d97f059cb46f1e225 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        fd_sets.  Check for zero result and loop if the wait timeout is
        infinite.
 
-2012-05-21  Simon Josefsson  <simon@josefsson.org>
-
-       select: Fix build error on IRIX 6.5.
-       * lib/select.c: Include stddef.h for NULL.
-
 2012-05-21  Simon Josefsson  <simon@josefsson.org>
 
        gc: fix libgcrypt detection on older machines.
index 4db09a353d8087bedd80e0de317b423a77a6102f..e7ca97cd54483089b5a2b7639c7d7bddf94d9f3f 100644 (file)
@@ -506,7 +506,6 @@ restart:
 #else /* ! Native Windows.  */
 
 #include <sys/select.h>
-#include <stddef.h> /* NULL */
 
 #undef select