Add more errno.h constants to POSIX for exporting if they exist
authorSteve Hay <steve.m.hay@googlemail.com>
Sat, 7 Sep 2013 16:38:49 +0000 (17:38 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Mon, 16 Sep 2013 14:37:34 +0000 (15:37 +0100)
commitc3fa0c84d66d7fd92665c478901fc914967aed01
tree2a4e68e59dab12997c32da2258cef63f9478a80c
parente85fa3eb953b7b7e5f4298f665a205cdd81761b9
Add more errno.h constants to POSIX for exporting if they exist

This change adds the following constants, which are all found in errno.h in
MS VC++ 2010 and higher (the other new constants added to that version of
errno.h are already listed in POSIX.pm):

EBADMSG
ECANCELED
EIDRM
EILSEQ
ENODATA
ENOLINK
ENOMSG
ENOSR
ENOSTR
ENOTRECOVERABLE
ENOTSUP
EOTHER
EOVERFLOW
EOWNERDEAD
EPROTO
ETIME
ext/POSIX/Makefile.PL
ext/POSIX/lib/POSIX.pm
ext/POSIX/lib/POSIX.pod
ext/POSIX/t/export.t