Import the "dirfd" gnulib module.
[deliverable/binutils-gdb.git] / gdb / gnulib / update-gnulib.sh
index e6161474287477f58b1e885b0e81077c783ac65c..7fd3fae317723ff8c16c396c3f139978bd55b61d 100644 (file)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# Copyright (C) 2011-2012 Free Software Foundation, Inc.
+# Copyright (C) 2011-2014 Free Software Foundation, Inc.
 #
 # This file is part of GDB.
 #
 #     regenerate the various scripts and Makefiles are on the PATH.
 
 # The list of gnulib modules we are importing in GDB.
-IMPORTED_GNULIB_MODULES="fnmatch-gnu inttypes memmem update-copyright \
-                        errno"
+IMPORTED_GNULIB_MODULES="\
+    dirfd \
+    fnmatch-gnu \
+    frexpl \
+    inttypes \
+    memmem \
+    update-copyright \
+    unistd \
+    pathmax \
+    strstr \
+    dirent \
+    sys_stat \
+"
 
 # The gnulib commit ID to use for the update.
 GNULIB_COMMIT_SHA1="8d5bd1402003bd0153984b138735adf537d960b0"
This page took 0.02781 seconds and 4 git commands to generate.