mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
Fix build error on mingw with the modules sys_select and unistd.
This commit is contained in:
15
ChangeLog
15
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>
|
2009-07-19 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
Unify conditionals.
|
Unify conditionals.
|
||||||
|
@@ -12,6 +12,7 @@ progname
|
|||||||
read-file
|
read-file
|
||||||
unistd
|
unistd
|
||||||
xalloc
|
xalloc
|
||||||
|
close
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
AC_CHECK_DECLS_ONCE([alarm])
|
AC_CHECK_DECLS_ONCE([alarm])
|
||||||
|
@@ -3,6 +3,7 @@ tests/test-binary-io.sh
|
|||||||
tests/test-binary-io.c
|
tests/test-binary-io.c
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
|
close
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -4,6 +4,7 @@ tests/test-closein.c
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
binary-io
|
binary-io
|
||||||
|
close
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -3,6 +3,7 @@ tests/test-flock.c
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
unistd
|
unistd
|
||||||
|
close
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -2,6 +2,7 @@ Files:
|
|||||||
tests/test-fsync.c
|
tests/test-fsync.c
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
|
close
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -3,6 +3,7 @@ tests/test-lseek.c
|
|||||||
tests/test-lseek.sh
|
tests/test-lseek.sh
|
||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
|
close
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -4,6 +4,7 @@ tests/test-pipe.c
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
progname
|
progname
|
||||||
|
close
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -8,6 +8,7 @@ posix_spawn_file_actions_destroy
|
|||||||
stdbool
|
stdbool
|
||||||
unistd
|
unistd
|
||||||
sys_wait
|
sys_wait
|
||||||
|
close
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
AC_EGREP_CPP([notposix], [[
|
AC_EGREP_CPP([notposix], [[
|
||||||
|
@@ -18,6 +18,7 @@ sigprocmask
|
|||||||
stdbool
|
stdbool
|
||||||
unistd
|
unistd
|
||||||
sys_wait
|
sys_wait
|
||||||
|
close
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
AC_EGREP_CPP([notposix], [[
|
AC_EGREP_CPP([notposix], [[
|
||||||
|
@@ -4,6 +4,7 @@ tests/test-stat-time.c
|
|||||||
Depends-on:
|
Depends-on:
|
||||||
time
|
time
|
||||||
sleep
|
sleep
|
||||||
|
close
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
@@ -5,6 +5,7 @@ tests/test-yesno.sh
|
|||||||
Depends-on:
|
Depends-on:
|
||||||
closein
|
closein
|
||||||
binary-io
|
binary-io
|
||||||
|
close
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user