Tweak a comment.

This commit is contained in:
Nicholas Marriott 2016-03-17 15:11:40 +00:00
parent 5fc5c03dad
commit 3dfc79fb09

View File

@ -54,7 +54,7 @@ if IS_SUNCC
CFLAGS += -erroff=E_EMPTY_DECLARATION
endif
# Set _LINUX_SOURCE_COMPAT for AIX for mallocing 0 bytes
# Set _LINUX_SOURCE_COMPAT for AIX for malloc(0).
if IS_AIX
DEFS += -D_LINUX_SOURCE_COMPAT=1
endif