]> Savannah Git Hosting - gnulib.git/commitdiff
pselect: Disable signature check on AIX.
authorCollin Funk <collin.funk1@gmail.com>
Sat, 26 Apr 2025 01:02:51 +0000 (18:02 -0700)
committerBruno Haible <bruno@clisp.org>
Sat, 3 May 2025 13:54:16 +0000 (15:54 +0200)
* tests/test-pselect.c [_AIX]: Skip pselect signature check.

ChangeLog
tests/test-pselect.c

index fe7a3bf7926c256de2da608a2e09029f7e25b548..6884ac3fcf07980101eb70d4fd4b34eab8712e5f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2025-04-25  Collin Funk  <collin.funk1@gmail.com>
+
+       pselect: Disable signature check on AIX.
+       * tests/test-pselect.c [_AIX]: Skip pselect signature check.
+
 2025-04-24  Bruno Haible  <bruno@clisp.org>
 
        fbufmode: Don't require peeking into the FILE structure on recent Haiku.
index 46c6a1316b9b0acc1586f60a5852e23a90948159..eef7a0f5a23f52c163888691444a506002dca3b4 100644 (file)
 
 #include "signature.h"
 
+#if !defined _AIX
 SIGNATURE_CHECK (pselect, int,
                  (int, fd_set *restrict, fd_set *restrict, fd_set *restrict,
                   struct timespec const *restrict, const sigset_t *restrict));
+#endif
 
 #define TEST_PORT 12347
 #include "test-select.h"