aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert2014-12-12 16:40:01 -0800
committerPaul Eggert2014-12-12 16:50:36 -0800
commit67a48edb27172ae78182b13edf18789c2c79b7ac (patch)
treeabb864f3b76cca564637567f83749c618492c258 /lib
parent805074d059b5bdb868a4f795a0aca58f49302f66 (diff)
downloademacs-67a48edb27172ae78182b13edf18789c2c79b7ac.tar.gz
emacs-67a48edb27172ae78182b13edf18789c2c79b7ac.zip
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 - "
402 "VARIABLE=VALUE", terminated with a NULL. */ 402 "VARIABLE=VALUE", terminated with a NULL. */
403# if defined __APPLE__ && defined __MACH__ 403# if defined __APPLE__ && defined __MACH__
404# include <TargetConditionals.h> 404# include <TargetConditionals.h>
405# if !defined TARGET_OS_IPHONE && !defined TARGET_IPHONE_SIMULATOR 405# if !TARGET_OS_IPHONE && !TARGET_IPHONE_SIMULATOR
406# define _GL_USE_CRT_EXTERNS 406# define _GL_USE_CRT_EXTERNS
407# endif 407# endif
408# endif 408# endif