From: Bruno Haible Date: Wed, 10 Sep 2025 21:18:29 +0000 (+0200) Subject: thread: Remove support for IRIX. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cef883c1d7f0ad0cd0028b35d9910c4a96362040;p=thirdparty%2Fgnulib.git thread: Remove support for IRIX. * lib/glthread/thread.h: Remove code for IRIX. --- diff --git a/ChangeLog b/ChangeLog index 33aef6fcdc..a309fd783f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2025-09-10 Bruno Haible + 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 diff --git a/lib/glthread/thread.h b/lib/glthread/thread.h index 8969e84840..9db5eef5e3 100644 --- a/lib/glthread/thread.h +++ b/lib/glthread/thread.h @@ -133,11 +133,6 @@ extern _Noreturn void gl_thread_exit (void *return_value); /* Get intptr_t. */ # include -/* On IRIX, pthread_atfork is declared in , not in . */ -# if defined __sgi -# include -# 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. */