Skip to content

Commit 1ff440f

Browse files
committed
Merge branch 'cc/aix-has-fileno-as-a-macro'
AIX shared the same build issues with other BSDs around fileno(fp), which has been corrected. * cc/aix-has-fileno-as-a-macro: Makefile: use fileno macro work around on AIX
2 parents ec2642a + ee662bf commit 1ff440f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.mak.uname

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ ifeq ($(uname_S),AIX)
271271
INTERNAL_QSORT = UnfortunatelyYes
272272
NEEDS_LIBICONV = YesPlease
273273
BASIC_CFLAGS += -D_LARGE_FILES
274+
FILENO_IS_A_MACRO = UnfortunatelyYes
274275
ifeq ($(shell expr "$(uname_V)" : '[1234]'),1)
275276
NO_PTHREADS = YesPlease
276277
else

0 commit comments

Comments
 (0)