summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gettext-tools/gnulib-tests/.gitignore7
m---------gnulib0
-rw-r--r--gnulib-local/lib/unistd.in.h.diff11
3 files changed, 5 insertions, 13 deletions
diff --git a/gettext-tools/gnulib-tests/.gitignore b/gettext-tools/gnulib-tests/.gitignore
index dd37e61..5d0b230 100644
--- a/gettext-tools/gnulib-tests/.gitignore
+++ b/gettext-tools/gnulib-tests/.gitignore
@@ -30,6 +30,7 @@
/same-inode.h
/signature.h
/sleep.c
+/stdalign.in.h
/stdio-impl.h
/symlink.c
/test-alignof.c
@@ -194,6 +195,7 @@
/test-setlocale1.sh
/test-setlocale2.c
/test-setlocale2.sh
+/test-sh-quote.c
/test-sigaction.c
/test-signal-h.c
/test-signal.c
@@ -208,6 +210,7 @@
/test-spawn.c
/test-stat.c
/test-stat.h
+/test-stdalign.c
/test-stdbool.c
/test-stddef.c
/test-stdint.c
@@ -229,6 +232,7 @@
/test-sys_socket.c
/test-sys_stat.c
/test-sys_time.c
+/test-sys_types.c
/test-sys_wait.c
/test-sys_wait.h
/test-term-ostream-xterm
@@ -285,6 +289,3 @@
# Files generated by the autotools:
/Makefile.in
-
-/test-sh-quote.c
-/test-sys_types.c
diff --git a/gnulib b/gnulib
-Subproject e5a15adc6db466ae9d7ea5d892f78e0390d032d
+Subproject 40023a310ff6a829ce145f80ecfae15f498fe1d
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