NetBSD for Sparc (at least 1.5.3 and 1.6.1) seem to have
Jarkko Hietaniemi [Thu, 7 Aug 2003 05:17:56 +0000 (05:17 +0000)]
broken SysV semaphores.

p4raw-id: //depot/perl@20539

hints/netbsd.sh

index 02d730f..50f19da 100644 (file)
@@ -174,3 +174,8 @@ EOF
     ;;
 esac
 
+# One is able to create semaphores, but not do anything much with them.
+# This is seen at least in NetBSD 1.5.3 and 1.6.1 for sparc.
+case `uname -m` in
+sparc) d_sem='undef' ;;
+esac