From d35af63cd671563fd188c3b0a1ef30067027c7aa Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 22 Jun 2012 14:17:42 -0700 Subject: Support higher-resolution time stamps. Fixes: debbugs:9000 --- admin/merge-gnulib | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'admin/merge-gnulib') diff --git a/admin/merge-gnulib b/admin/merge-gnulib index 7f91b788f40..d33807551d6 100755 --- a/admin/merge-gnulib +++ b/admin/merge-gnulib @@ -28,16 +28,20 @@ GNULIB_URL=git://git.savannah.gnu.org/gnulib.git GNULIB_MODULES=' alloca-opt careadlinkat crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 - dtoastr dup2 - filemode getloadavg getopt-gnu ignore-value intprops largefile lstat - manywarnings mktime pthread_sigmask readlink - socklen stdarg stdio strftime strtoimax strtoumax symlink sys_stat + dtoastr dtotimespec dup2 + filemode getloadavg getopt-gnu gettime gettimeofday + ignore-value intprops largefile lstat + manywarnings mktime pselect pthread_sigmask readlink + socklen stat-time stdarg stdio strftime strtoimax strtoumax symlink sys_stat + sys_time time timespec-add timespec-sub utimens warnings ' GNULIB_TOOL_FLAGS=' + --avoid=errno --avoid=fcntl --avoid=fcntl-h --avoid=fstat --avoid=msvc-inval --avoid=msvc-nothrow - --avoid=raise --avoid=threadlib + --avoid=raise --avoid=select --avoid=sigprocmask --avoid=sys_types + --avoid=threadlib --conditional-dependencies --import --no-changelog --no-vc-files --makefile-name=gnulib.mk ' -- cgit v1.2.1