* lib/glthread/thread.h: Remove code for IRIX.
2025-09-10 Bruno Haible <bruno@clisp.org>
+ thread: Remove support for IRIX.
+ * lib/glthread/thread.h: Remove code for IRIX.
+
threadlib: Remove support for IRIX.
* m4/threadlib.m4 (gl_PTHREADLIB_BODY): Assume that
pthread_mutexattr_init and pthread_mutex_lock are defined in the same
/* Get intptr_t. */
# include <stdint.h>
-/* On IRIX, pthread_atfork is declared in <unistd.h>, not in <pthread.h>. */
-# if defined __sgi
-# include <unistd.h>
-# endif
-
# if USE_POSIX_THREADS_WEAK
/* Compilers other than GCC need to see the declaration of pthread_sigmask
before the "#pragma weak pthread_sigmask" below. */