]> Savannah Git Hosting - gnulib.git/commitdiff
tests: Fix link errors (regression today).
authorBruno Haible <bruno@clisp.org>
Sat, 18 May 2024 02:11:50 +0000 (04:11 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 18 May 2024 02:15:54 +0000 (04:15 +0200)
* tests/test-execute-child.c (abort): Undefine.
* tests/test-spawn-pipe-child.c (abort): Likewise.

ChangeLog
tests/test-execute-child.c
tests/test-spawn-pipe-child.c

index e1a840eb0487b035ac2bc839b74cf165d13e6bae..8ddc85b1385554eb12424f6e13f9bc377e237b83 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-05-17  Bruno Haible  <bruno@clisp.org>
+
+       tests: Fix link errors (regression today).
+       * tests/test-execute-child.c (abort): Undefine.
+       * tests/test-spawn-pipe-child.c (abort): Likewise.
+
 2024-05-17  Collin Funk  <collin.funk1@gmail.com>
 
        getusershell tests: Fail if empty lines are returned.
index 7660c7cc187b0212bfdd3a0c916e6dffaa9e9df5..cf76fbc4fd3d5458e9d083545182ec212123a8b3 100644 (file)
@@ -56,6 +56,7 @@ is_device (int fd)
 #endif
 
 /* In this file, we use only system functions, no overrides from gnulib.  */
+#undef abort
 #undef atoi
 #undef close
 #undef fcntl
index a87ce64850d8e43472a32bc05ef7cbb5e4519f39..bc71c79f733aa48a1247a9193a484afb2358f79d 100644 (file)
@@ -42,6 +42,7 @@
 static FILE *myerr;
 
 /* In this file, we use only system functions, no overrides from gnulib.  */
+#undef abort
 #undef atoi
 #undef close
 #undef fcntl