* tests/test-pselect.c [_AIX]: Skip pselect signature check.
+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.
#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"