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
Implemented LE/USS dynamic function framework and C Lib Overrides,
which enables the dynamic use of V2R5 LE posix functions and does not
rely on V2R5 headers/sidedecks to build.
Removed __fork() and its related code.
Changed build.sh to always build both static and shared
libraries, and adjusted options accordingly.
Removed build.cache generated by build.sh.
Fixed issue where getentropy() can return a buffer with null-entries.
Fixed issue where libzoslib.so and zoslib-help doesn't load due to
missing execute permissions.
Added -mzos-target=zosv2r4 to default build flags.