Replaced the WEXITSTATUS, WIFEXITED, WIFSIGNALED, WIFSTOPPED, WSTOPSIG
authorNicholas Clark <nick@ccl4.org>
Wed, 21 May 2008 10:31:32 +0000 (10:31 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 21 May 2008 10:31:32 +0000 (10:31 +0000)
commit72bfe1b2b35945ea3c95d9b94ae2908121292236
treec1a92c4de541c25e53c0d590ddd2744e3b40d774
parente99d581a4aaa3c92d0b0dda6799157fe7a569f31
Replaced the WEXITSTATUS, WIFEXITED, WIFSIGNALED, WIFSTOPPED, WSTOPSIG
and WTERMSIG wrappers with one wrapper using the XS "ALIAS" feature.
This gets the shared object size back below the size before the removal
of int_macro_int. It looks like there are other space savings to be
made this way.

p4raw-id: //depot/perl@33897
ext/POSIX/POSIX.xs