This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
My recent changes to POSIX.xs forgot that WEXITSTATUS etc may not even
authorNicholas Clark <nick@ccl4.org>
Sun, 25 May 2008 23:47:00 +0000 (23:47 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 25 May 2008 23:47:00 +0000 (23:47 +0000)
commitd49025b75d9b5002071bd1a4210654dab5663ef0
tree2896a3aa989f93eba0218536c7ee1961e17fc684
parent4f923b567478eff0dc7a4bc348785f02b03ea502
My recent changes to POSIX.xs forgot that WEXITSTATUS etc may not even
be defined. This fix changes the error message from "Your vendor has
not defined POSIX macro %s, used" to "POSIX::%s not implemented on
this architecture", which I assume is not going to break anything.

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