You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
z/OS ASCII Enablement: Manage untagged header errno.h by copy & tag
The system headers on z/OS are in EBCDIC, but are untagged. The bi-modal build requires that files be tagged correctly
so this patch copies the errno.h file (which may be mounted on a read-only file system) to a local file and then tags
it as IBM-1047 (EBCDIC) so that it can be processed properly. The longer-term fix for this may be to have z/OS tag
header files as EBCDIC, although this would not be something Perl could rely on for several years.
0 commit comments