]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update Gnulib
authorDaiki Ueno <ueno@gnu.org>
Tue, 20 Jan 2015 07:14:30 +0000 (16:14 +0900)
committerDaiki Ueno <ueno@gnu.org>
Tue, 20 Jan 2015 07:20:51 +0000 (16:20 +0900)
gettext-tools/gnulib-tests/.gitignore
gnulib
gnulib-local/lib/unistd.in.h.diff

index dd37e616c830c2005ad2f037769310cf452e241a..5d0b2301a612ae13604421be163e2de7df9c88bd 100644 (file)
@@ -30,6 +30,7 @@
 /same-inode.h
 /signature.h
 /sleep.c
+/stdalign.in.h
 /stdio-impl.h
 /symlink.c
 /test-alignof.c
 /test-setlocale1.sh
 /test-setlocale2.c
 /test-setlocale2.sh
+/test-sh-quote.c
 /test-sigaction.c
 /test-signal-h.c
 /test-signal.c
 /test-spawn.c
 /test-stat.c
 /test-stat.h
+/test-stdalign.c
 /test-stdbool.c
 /test-stddef.c
 /test-stdint.c
 /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
 
 # Files generated by the autotools:
 /Makefile.in
-
-/test-sh-quote.c
-/test-sys_types.c
diff --git a/gnulib b/gnulib
index e5a15adc6db466ae9d7ea5d892f78e0390d032d0..40023a310ff6a829ce145f80ecfae15f498fe1d8 160000 (submodule)
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit e5a15adc6db466ae9d7ea5d892f78e0390d032d0
+Subproject commit 40023a310ff6a829ce145f80ecfae15f498fe1d8
index b339c4def46ae40434577c573373bddb02e7096e..f1d693713f58f58b7d0ed0c727ff490c40d435ad 100644 (file)
@@ -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