summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2013-12-09 14:39:20 +1100
committerTony Cook <tony@develop-help.com>2013-12-09 14:39:20 +1100
commitd9e0787c5de90e4bfc333295ec83c15fd4e16dd6 (patch)
tree9de13877185226c9cc5d31fffcfee6cea1975dc1 /pod
parentfb42fcd60deb02934a9c292d63d3290ea1741c44 (diff)
downloadperl-d9e0787c5de90e4bfc333295ec83c15fd4e16dd6.tar.gz
perldelta for 64d7628235
Diffstat (limited to 'pod')
-rw-r--r--pod/perldelta.pod4
1 files changed, 3 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 052dd7c703..0124324057 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -372,7 +372,9 @@ files in F<ext/> and F<lib/> are best summarized in L</Modules and Pragmata>.
=item *
-XXX
+C<< semctl(..., SETVAL, ...) >> would set the semaphore to the top
+32-bits of the supplied integer instead of the bottom 32-bits on
+64-bit big-endian systems. [perl #120635]
=back