Import the "dirfd" gnulib module.
[deliverable/binutils-gdb.git] / gdb / gnulib / update-gnulib.sh
index 2ad323118fca0f809af92e8fd266941448fef402..7fd3fae317723ff8c16c396c3f139978bd55b61d 100644 (file)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# Copyright (C) 2011-2013 Free Software Foundation, Inc.
+# Copyright (C) 2011-2014 Free Software Foundation, Inc.
 #
 # This file is part of GDB.
 #
@@ -30,6 +30,7 @@
 
 # The list of gnulib modules we are importing in GDB.
 IMPORTED_GNULIB_MODULES="\
+    dirfd \
     fnmatch-gnu \
     frexpl \
     inttypes \
@@ -37,6 +38,9 @@ IMPORTED_GNULIB_MODULES="\
     update-copyright \
     unistd \
     pathmax \
+    strstr \
+    dirent \
+    sys_stat \
 "
 
 # The gnulib commit ID to use for the update.
This page took 0.032137 seconds and 4 git commands to generate.