diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-07 05:17:56 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-07 05:17:56 +0000 |
commit | 92b6e8ea069c088095d08d012ba0707493ced359 (patch) | |
tree | e09446a5e702cb7002bbdd5a5acf2241cf92c3be /hints/netbsd.sh | |
parent | c2b0868c4d213b2599daf5fee4d1f957f153bc02 (diff) | |
download | perl-92b6e8ea069c088095d08d012ba0707493ced359.tar.gz |
NetBSD for Sparc (at least 1.5.3 and 1.6.1) seem to have
broken SysV semaphores.
p4raw-id: //depot/perl@20539
Diffstat (limited to 'hints/netbsd.sh')
-rw-r--r-- | hints/netbsd.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hints/netbsd.sh b/hints/netbsd.sh index 02d730fa0a..50f19dabae 100644 --- 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 |