Fix build error on mingw with the modules sys_select and unistd.
authorBruno Haible <bruno@clisp.org>
Sun, 19 Jul 2009 15:16:51 +0000 (17:16 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 19 Jul 2009 15:16:51 +0000 (17:16 +0200)
12 files changed:
ChangeLog
modules/acl-tests
modules/binary-io-tests
modules/closein-tests
modules/flock-tests
modules/fsync-tests
modules/lseek-tests
modules/pipe-tests
modules/posix_spawn-tests
modules/posix_spawnp-tests
modules/stat-time-tests
modules/yesno-tests

index 9ebf21a30302a586c618bc45a7cf9830f1c9fb1b..56a6bdace584c50bc75f0b4755588fc9864c96f5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2009-07-19  Bruno Haible  <bruno@clisp.org>
+
+       Fix build error on mingw with the modules sys_select and unistd.
+       * modules/acl-tests (Depends-on): Add close.
+       * modules/binary-io-tests (Depends-on): Likewise.
+       * modules/closein-tests (Depends-on): Likewise.
+       * modules/flock-tests (Depends-on): Likewise.
+       * modules/fsync-tests (Depends-on): Likewise.
+       * modules/lseek-tests (Depends-on): Likewise.
+       * modules/pipe-tests (Depends-on): Likewise.
+       * modules/posix_spawn-tests (Depends-on): Likewise.
+       * modules/posix_spawnp-tests (Depends-on): Likewise.
+       * modules/stat-time-tests (Depends-on): Likewise.
+       * modules/yesno-tests (Depends-on): Likewise.
+
 2009-07-19  Bruno Haible  <bruno@clisp.org>
 
        Unify conditionals.
index b0a3b734852ba6a0c8f9d7eeb05b4ce026dc9e9a..b97ece7b2ee6135ec3945508167f88524317f757 100644 (file)
@@ -12,6 +12,7 @@ progname
 read-file
 unistd
 xalloc
+close
 
 configure.ac:
 AC_CHECK_DECLS_ONCE([alarm])
index 1cdc88a13b66961150d8e1f261a065397b865b0e..222c2a90bd3088d5229d62b82f7a917f3ed3e331 100644 (file)
@@ -3,6 +3,7 @@ tests/test-binary-io.sh
 tests/test-binary-io.c
 
 Depends-on:
+close
 
 configure.ac:
 
index 57c8f91d05b062eacb5b3075d7d0c14af145ffaa..4f6c3f5e00ddbbf2e171b5aeac002e52c000709d 100644 (file)
@@ -4,6 +4,7 @@ tests/test-closein.c
 
 Depends-on:
 binary-io
+close
 
 configure.ac:
 
index b546594bed2924a67250ff2be8905f537136691f..a7ee57cd8c0dfa0a4a72dcb262d2ed3fc06c06e4 100644 (file)
@@ -3,6 +3,7 @@ tests/test-flock.c
 
 Depends-on:
 unistd
+close
 
 configure.ac:
 
index c407dc2cfeea10e20339ab16f74b322b4135a39c..90a34233cba48f68bba2175cc089fa2798e0d41f 100644 (file)
@@ -2,6 +2,7 @@ Files:
 tests/test-fsync.c
 
 Depends-on:
+close
 
 configure.ac:
 
index 5f0a4f2462999003972e892e77e469834ef91d66..557213dd83850462dacfcdbc03d47440dcb2a171 100644 (file)
@@ -3,6 +3,7 @@ tests/test-lseek.c
 tests/test-lseek.sh
 
 Depends-on:
+close
 
 configure.ac:
 
index 14d1e0fef15cea27ffcde1028d6b56f431225faa..8fa707c52f543c14c6de1b2dc156549baa0da60d 100644 (file)
@@ -4,6 +4,7 @@ tests/test-pipe.c
 
 Depends-on:
 progname
+close
 
 configure.ac:
 
index fc62cea81345c09ef101be54e44c4027e672b312..66c5afca3ce362692712d8dcc23ef7c676d53434 100644 (file)
@@ -8,6 +8,7 @@ posix_spawn_file_actions_destroy
 stdbool
 unistd
 sys_wait
+close
 
 configure.ac:
 AC_EGREP_CPP([notposix], [[
index f8c7233f7217833f1bed0c228065e3b831a89013..6560e1cc7d7501c2885f699bee21bfa27c506773 100644 (file)
@@ -18,6 +18,7 @@ sigprocmask
 stdbool
 unistd
 sys_wait
+close
 
 configure.ac:
 AC_EGREP_CPP([notposix], [[
index d4f6041a2aae67be8593fd333d7a7caf12c962d8..65cbb3d174fd2e301d9de7296ed2c553e3885568 100644 (file)
@@ -4,6 +4,7 @@ tests/test-stat-time.c
 Depends-on:
 time
 sleep
+close
 
 configure.ac:
 
index 3d484dac0497d5746a622337cce3727ff861bf8c..cd19fd8f6359a6e899e116818cf0946e489cf449 100644 (file)
@@ -5,6 +5,7 @@ tests/test-yesno.sh
 Depends-on:
 closein
 binary-io
+close
 
 configure.ac: