summaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2005-03-31 17:03:35 +0000
committerDJ Delorie <dj@delorie.com>2005-03-31 17:03:35 +0000
commitd95a6f639361b6609c1daa89dbc81ebe9e269a77 (patch)
treecbf9b66604b17449ca6238c8dc0d3d2c589f77c0 /libiberty
parent0cdef9df64841277b29cd3a6dda79e615f22b297 (diff)
downloadbinutils-redhat-d95a6f639361b6609c1daa89dbc81ebe9e269a77.tar.gz
merge from gcc
Diffstat (limited to 'libiberty')
-rw-r--r--libiberty/ChangeLog5
-rw-r--r--libiberty/functions.texi2
-rw-r--r--libiberty/gettimeofday.c2
3 files changed, 7 insertions, 2 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 412a4aaa5d..d4bc04aa6f 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,8 @@
+2005-03-31 Joseph S. Myers <joseph@codesourcery.com>
+
+ * gettimeofday.c: Add "Supplemental" to @deftypefn.
+ * functions.texi: Regenerate.
+
2005-03-28 Ian Lance Taylor <ian@airs.com>
* pex-common.c: New file.
diff --git a/libiberty/functions.texi b/libiberty/functions.texi
index a886b88570..75f98243a0 100644
--- a/libiberty/functions.texi
+++ b/libiberty/functions.texi
@@ -473,7 +473,7 @@ between calls to @code{getpwd}.
@end deftypefn
@c gettimeofday.c:12
-@deftypefn int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
+@deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
Writes the current time to @var{tp}. This implementation requires
that @var{tz} be NULL. Returns 0 on success, -1 on failure.
diff --git a/libiberty/gettimeofday.c b/libiberty/gettimeofday.c
index a7f7836d24..fca1679402 100644
--- a/libiberty/gettimeofday.c
+++ b/libiberty/gettimeofday.c
@@ -9,7 +9,7 @@
/*
-@deftypefn int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
+@deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
Writes the current time to @var{tp}. This implementation requires
that @var{tz} be NULL. Returns 0 on success, -1 on failure.