]> Savannah Git Hosting - gnulib.git/commitdiff
Fix dependencies of modules that use '_exit' on native Windows.
authorBruno Haible <bruno@clisp.org>
Thu, 26 Nov 2020 21:13:20 +0000 (22:13 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 26 Nov 2020 21:13:20 +0000 (22:13 +0100)
Reported by Jim Meyering in
<https://lists.gnu.org/archive/html/bug-gnulib/2020-11/msg00159.html>.

* modules/_Exit (Depends-on): Add unistd.
* modules/closein (Depends-on): Likewise.
* modules/closeout (Depends-on): Likewise.
* modules/forkpty (Depends-on): Likewise.
* modules/posix_spawn-internal (Depends-on): Likewise.
* modules/savewd (Depends-on): Likewise.
* modules/stat-time-tests (Depends-on): Likewise.

ChangeLog
modules/_Exit
modules/closein
modules/closeout
modules/forkpty
modules/posix_spawn-internal
modules/savewd
modules/stat-time-tests

index 5048856ecbc3dc0f466ade36c52fc7dd297cf001..4abff03b286bb4bb57f913f904aa71c14dcdfe69 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2020-11-26  Bruno Haible  <bruno@clisp.org>
+
+       Fix dependencies of modules that use '_exit' on native Windows.
+       Reported by Jim Meyering in
+       <https://lists.gnu.org/archive/html/bug-gnulib/2020-11/msg00159.html>.
+       * modules/_Exit (Depends-on): Add unistd.
+       * modules/closein (Depends-on): Likewise.
+       * modules/closeout (Depends-on): Likewise.
+       * modules/forkpty (Depends-on): Likewise.
+       * modules/posix_spawn-internal (Depends-on): Likewise.
+       * modules/savewd (Depends-on): Likewise.
+       * modules/stat-time-tests (Depends-on): Likewise.
+
 2020-11-26  Bruno Haible  <bruno@clisp.org>
 
        raise-tests: Fix compilation error on MSVC (regression 2020-11-25).
index 179a02b1001a5ae038a6ba051df05c751e9be412..cefebdccd595790b1080b7b8c6fe9390f2b82bb5 100644 (file)
@@ -7,6 +7,7 @@ m4/_Exit.m4
 
 Depends-on:
 stdlib
+unistd
 
 configure.ac:
 gl_FUNC__EXIT
index 6a34d83bb683ffb1a12e9c3a200e639079c08776..f0c1287ba5d6b118766f3bb9f685788dd71b635a 100644 (file)
@@ -10,6 +10,7 @@ closeout
 freadahead
 fflush
 stdbool
+unistd
 
 configure.ac:
 
index e51489f8bcad1f412451023a9ff33e6d46c4403d..32fd9236d062f7c2afaa9445125e328eb68ad327 100644 (file)
@@ -12,6 +12,7 @@ error
 quotearg
 exitfail
 stdbool
+unistd
 
 configure.ac:
 
index b04a4dadeb42f76a3cfd2e42279db222d1aa7d2f..fdf5fe4fbdd04109bdcd05bfc7c5efd5bcc9db79 100644 (file)
@@ -8,6 +8,7 @@ m4/pty.m4
 
 Depends-on:
 pty
+unistd
 openpty
 login_tty
 
index a0b57fae2b23cab786a82ca6462de6475ab58943..920b4c4ead106117a778f554a98d39f36220d4e2 100644 (file)
@@ -14,6 +14,7 @@ errno
 open
 sh-filename
 strchrnul
+unistd
 
 configure.ac:
 gl_POSIX_SPAWN
index 198596ef678c6c90f9cc241a84b8496a39f78be4..a0ea64fe6ef01fb08fe5954ffb81bea8503dbf9e 100644 (file)
@@ -20,6 +20,7 @@ raise
 stdbool
 stdlib
 sys_wait
+unistd
 xalloc
 
 configure.ac:
index c512eca76c5bde761dd1581703b7a0494fdc8144..8db236951386781318fe008f3fe442c0df68d192 100644 (file)
@@ -7,6 +7,7 @@ Depends-on:
 intprops
 nanosleep
 time
+unistd
 
 configure.ac: