]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
signal-h: Remove support for OSF/1.
authorBruno Haible <bruno@clisp.org>
Tue, 9 Sep 2025 10:47:21 +0000 (12:47 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 9 Sep 2025 10:47:21 +0000 (12:47 +0200)
* lib/signal.in.h: Remove code for OSF/1.

ChangeLog
lib/signal.in.h

index befb9aed0352f27181c54c9025ec4da1a65c6204..5ca77890c778cdeb3d1b403b980c2f9a0c6eb94f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2025-09-09  Bruno Haible  <bruno@clisp.org>
 
+       signal-h: Remove support for OSF/1.
+       * lib/signal.in.h: Remove code for OSF/1.
+
        unsetenv: Remove support for OSF/1.
        * m4/setenv.m4 (gl_FUNC_UNSETENV): Remove workaround for OSF/1.
 
index a2549e84235c67365f2353c10202802cf2d4922a..66e0c310ef864e9691de0730620221d9450c28a0 100644 (file)
 # include <sys/param.h>
 #endif
 
-/* Mac OS X 10.3, FreeBSD < 8.0, OpenBSD < 5.1, OSF/1 4.0, Solaris 2.6, Android,
+/* Mac OS X 10.3, FreeBSD < 8.0, OpenBSD < 5.1, Solaris 2.6, Android,
    OS/2 kLIBC declare pthread_sigmask in <pthread.h>, not in <signal.h>.
    But avoid namespace pollution on glibc systems.*/
 #if (@GNULIB_PTHREAD_SIGMASK@ || defined GNULIB_POSIXCHECK) \
     && ((defined __APPLE__ && defined __MACH__) \
         || (defined __FreeBSD__ && __FreeBSD__ < 8) \
         || (defined __OpenBSD__ && OpenBSD < 201205) \
-        || defined __osf__ || defined __sun || defined __ANDROID__ \
+        || defined __sun || defined __ANDROID__ \
         || defined __KLIBC__) \
     && ! defined __GLIBC__
 # include <pthread.h>