Git fork

Makefile: use fileno macro work around on AIX

Declare FILENO_IS_A_MACRO on AIX

On AIX, fileno(fp) is a macro and need to use the work around already made for BSD's.

Signed-off-by: Clément Chigot <clement.chigot@atos.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>

authored by

Clément Chigot and committed by
Junio C Hamano
ee662bf5 aeb582a9

+1
+1
config.mak.uname
··· 269 269 INTERNAL_QSORT = UnfortunatelyYes 270 270 NEEDS_LIBICONV = YesPlease 271 271 BASIC_CFLAGS += -D_LARGE_FILES 272 + FILENO_IS_A_MACRO = UnfortunatelyYes 272 273 ifeq ($(shell expr "$(uname_V)" : '[1234]'),1) 273 274 NO_PTHREADS = YesPlease 274 275 else