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
Ensure proper NULL macro definition for system include files.
The C standard allows for at least 2 valid definitions of a null pointer
constant and mandates that several standard headers files define the macro
NULL to be a null pointer constant. Ensure that definitions of NULL are
consistent across the various C header files.
respond to review: add in locale.h
respond to review: make all changes AIX specific
0 commit comments