projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c2b0868
)
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
patch
|
blob
|
blame
|
history
diff --git
a/hints/netbsd.sh
b/hints/netbsd.sh
index
02d730f
..
50f19da
100644
(file)
--- a/
hints/netbsd.sh
+++ b/
hints/netbsd.sh
@@
-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