This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fixes the case where on 64bit big-endian boxes, calls to semctl(id,semnum,SETVAL...
authorBrian Childs <brian@rentec.com>
Tue, 3 Dec 2013 05:33:41 +0000 (06:33 +0100)
committerTony Cook <tony@develop-help.com>
Mon, 9 Dec 2013 03:31:00 +0000 (14:31 +1100)
commit64d7628235943ff18939a1ff98ace513aeb5260c
tree4a66ef3c015dffce9b6181e2a6401fdd044bf184
parent1c6ce212d37a2a17424675e94afb035a9a446f9f
Fixes the case where on 64bit big-endian boxes, calls to semctl(id,semnum,SETVAL,$wantedval) will ignore the passed in $wantedval, and always use 0
MANIFEST
doio.c
t/io/sem.t [new file with mode: 0644]