summaryrefslogtreecommitdiff
path: root/m4/gettimeofday.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-05-18 19:30:31 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-05-18 19:30:31 +0000
commit30fd8394e1af43ea98207a1c9bdbc7aa159c350f (patch)
tree967b09bfcbc8c356dbe28557dddf93b6688a14a3 /m4/gettimeofday.m4
parent85d0299334f7ede78afafe7aff07bd79896d7518 (diff)
downloadcoreutils-30fd8394e1af43ea98207a1c9bdbc7aa159c350f.tar.xz
(AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
Diffstat (limited to 'm4/gettimeofday.m4')
-rw-r--r--m4/gettimeofday.m46
1 files changed, 2 insertions, 4 deletions
diff --git a/m4/gettimeofday.m4 b/m4/gettimeofday.m4
index ae3d3069b..2fdc531cb 100644
--- a/m4/gettimeofday.m4
+++ b/m4/gettimeofday.m4
@@ -1,6 +1,6 @@
-#serial 6
+#serial 7
-# Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -62,8 +62,6 @@ main ()
AC_DEFINE(gettimeofday, rpl_gettimeofday,
[Define to rpl_gettimeofday if the replacement function should be used.])
- AC_DEFINE(GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, 1,
- [Define if gettimeofday clobbers localtime's static buffer.])
gl_PREREQ_GETTIMEOFDAY
fi
])