diff options
| author | Paul Eggert | 2014-12-12 16:40:01 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-12-12 16:50:36 -0800 |
| commit | 67a48edb27172ae78182b13edf18789c2c79b7ac (patch) | |
| tree | abb864f3b76cca564637567f83749c618492c258 /lib | |
| parent | 805074d059b5bdb868a4f795a0aca58f49302f66 (diff) | |
| download | emacs-67a48edb27172ae78182b13edf18789c2c79b7ac.tar.gz emacs-67a48edb27172ae78182b13edf18789c2c79b7ac.zip | |
Merge from gnulib (a couple more changes)
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/unistd.in.h | 2 |
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 |