diff options
author | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2009-03-24 19:37:13 +0100 |
---|---|---|
committer | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2009-03-24 19:37:13 +0100 |
commit | c331296618a8003690577e0901fd07183a76094e (patch) | |
tree | 8fea53519c579c1b3455e67683049415833758a9 /embed.fnc | |
parent | 6f63574e655f386b13267d58419ef322ca7e3f5d (diff) | |
download | perl-c331296618a8003690577e0901fd07183a76094e.tar.gz |
Fix perl #63924: shmget limited to 32 bit segment size on 64 bit OS
Make sure the size argument to shmget() is not limited by the width of an int.
Instead of storing the argument in an int, just store a pointer to the SV and
use different conversions for semget() and shmget().
Diffstat (limited to 'embed.fnc')
0 files changed, 0 insertions, 0 deletions