diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-26 03:10:47 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-26 03:10:47 +0000 |
commit | f556e5b971932902a6d49815d5094657f50eb262 (patch) | |
tree | 0750a2d843d582c15866cc7adef8a7886166a684 /pp_sys.c | |
parent | 10cc9d2a36974e2e1175dbda57d8d05e2b0ce49e (diff) | |
download | perl-f556e5b971932902a6d49815d5094657f50eb262.tar.gz |
Rhapsody/Darwin patches from Wilfredo Sanchez.
p4raw-id: //depot/cfgperl@5262
Diffstat (limited to 'pp_sys.c')
-rw-r--r-- | pp_sys.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -928,7 +928,7 @@ PP(pp_sselect) /* If SELECT_MIN_BITS is greater than one we most probably will want * to align the sizes with SELECT_MIN_BITS/8 because for example * in many little-endian (Intel, Alpha) systems (Linux, OS/2, Digital - * UNIX, Solaris, NeXT, Rhapsody) the smallest quantum select() operates + * UNIX, Solaris, NeXT, Darwin) the smallest quantum select() operates * on (sets/tests/clears bits) is 32 bits. */ growsize = maxlen + (SELECT_MIN_BITS/8 - (maxlen % (SELECT_MIN_BITS/8))); # else |