diff options
author | Daiki Ueno <ueno@gnu.org> | 2015-01-20 16:14:30 +0900 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2015-01-20 16:20:51 +0900 |
commit | 4e3f2cfbe27ccba5005393f5e4f4c96e56a07d4c (patch) | |
tree | b038dd4484ad39ecbfc317ea92930b7c6684e19a /gnulib-local | |
parent | e6a77a185a35fd52dd80db71b120f6538a346e44 (diff) | |
download | external_gettext-4e3f2cfbe27ccba5005393f5e4f4c96e56a07d4c.zip external_gettext-4e3f2cfbe27ccba5005393f5e4f4c96e56a07d4c.tar.gz external_gettext-4e3f2cfbe27ccba5005393f5e4f4c96e56a07d4c.tar.bz2 |
Update Gnulib
Diffstat (limited to 'gnulib-local')
-rw-r--r-- | gnulib-local/lib/unistd.in.h.diff | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/gnulib-local/lib/unistd.in.h.diff b/gnulib-local/lib/unistd.in.h.diff index b339c4d..f1d6937 100644 --- a/gnulib-local/lib/unistd.in.h.diff +++ b/gnulib-local/lib/unistd.in.h.diff @@ -1,5 +1,5 @@ diff --git a/unistd.in.h b/unistd.in.h -index b4a3f5b..dd0d2c2 100644 +index b82be83..9df3f13 100644 --- a/unistd.in.h +++ b/unistd.in.h @@ -125,7 +125,11 @@ @@ -15,12 +15,3 @@ index b4a3f5b..dd0d2c2 100644 # define __need_getopt # include <getopt.h> #endif -@@ -402,7 +406,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 |