summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2014-12-12 16:40:01 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2014-12-12 16:50:36 -0800
commit67a48edb27172ae78182b13edf18789c2c79b7ac (patch)
treeabb864f3b76cca564637567f83749c618492c258 /lib
parent805074d059b5bdb868a4f795a0aca58f49302f66 (diff)
downloademacs-67a48edb27172ae78182b13edf18789c2c79b7ac.tar.gz
Merge from gnulib (a couple more changes)
Diffstat (limited to 'lib')
-rw-r--r--lib/unistd.in.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unistd.in.h b/lib/unistd.in.h
index 219f43d9310..dda0b4d104a 100644
--- a/lib/unistd.in.h
+++ b/lib/unistd.in.h
@@ -402,7 +402,7 @@ _GL_WARN_ON_USE (dup3, "dup3 is unportable - "
"VARIABLE=VALUE", terminated with a NULL. */
# if defined __APPLE__ && defined __MACH__
# include <TargetConditionals.h>
-# if !defined TARGET_OS_IPHONE && !defined TARGET_IPHONE_SIMULATOR
+# if !TARGET_OS_IPHONE && !TARGET_IPHONE_SIMULATOR
# define _GL_USE_CRT_EXTERNS
# endif
# endif