Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-05-08 18:37:28 +0300
committerJunio C Hamano <gitster@pobox.com>2019-05-08 18:37:28 +0300
commit1ff440fb41c65c34ea9a5b727ec2befda12dc34b (patch)
tree5976d9935a88d3ec71f12f7e783cd6b0726d0f19 /config.mak.uname
parentec2642a2a127c192c2af239793a0f63f59845658 (diff)
parentee662bf5c66457dfa96a7148b2032a7f17868a54 (diff)
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
Diffstat (limited to 'config.mak.uname')
-rw-r--r--config.mak.uname1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.mak.uname b/config.mak.uname
index d56613a139..d916d1dc7a 100644
--- a/config.mak.uname
+++ b/config.mak.uname
@@ -271,6 +271,7 @@ ifeq ($(uname_S),AIX)
INTERNAL_QSORT = UnfortunatelyYes
NEEDS_LIBICONV = YesPlease
BASIC_CFLAGS += -D_LARGE_FILES
+ FILENO_IS_A_MACRO = UnfortunatelyYes
ifeq ($(shell expr "$(uname_V)" : '[1234]'),1)
NO_PTHREADS = YesPlease
else