+2014-07-14 Daiki Ueno <ueno@gnu.org>
+
+ Update after gnulib changed.
+ * lib/execute.c.diff: Update.
+ * lib/spawn-pipe.c.diff: Update.
+
2014-06-10 Daiki Ueno <ueno@gnu.org>
* gettext 0.19.1 released.
diff --git a/execute.c b/execute.c
-index e7b4496..1c342da 100644
+index 15a487b..489abf5 100644
--- a/execute.c
+++ b/execute.c
@@ -48,6 +48,13 @@
+extern DLL_VARIABLE char **environ;
+#endif
+
- /* The results of open() in this file are not used with fchdir,
- therefore save some unnecessary work in fchdir.c. */
- #undef open
+
+ #if defined EINTR && ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__)
+
diff --git a/spawn-pipe.c b/spawn-pipe.c
-index b3f9e0c..965fb3a 100644
+index 656980d..b7fa95b 100644
--- a/spawn-pipe.c
+++ b/spawn-pipe.c
@@ -48,6 +48,13 @@
+extern DLL_VARIABLE char **environ;
+#endif
+
- /* The results of open() in this file are not used with fchdir,
- therefore save some unnecessary work in fchdir.c. */
- #undef open
+
+ #ifdef EINTR
+