aboutsummaryrefslogtreecommitdiff
path: root/libiberty/gettimeofday.c
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2005-03-31 17:14:58 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2005-03-31 17:14:58 +0100
commit1e3a21000a4e914890e3586c9230d48d3adcd426 (patch)
treebf56313f4d17c903e9ed05feb48f9af55d088159 /libiberty/gettimeofday.c
parentb4852851d428743d419545f505e57959c94d5636 (diff)
downloadgcc-1e3a21000a4e914890e3586c9230d48d3adcd426.zip
gcc-1e3a21000a4e914890e3586c9230d48d3adcd426.tar.gz
gcc-1e3a21000a4e914890e3586c9230d48d3adcd426.tar.bz2
gettimeofday.c: Add "Supplemental" to @deftypefn.
* gettimeofday.c: Add "Supplemental" to @deftypefn. * functions.texi: Regenerate. From-SVN: r97331
Diffstat (limited to 'libiberty/gettimeofday.c')
-rw-r--r--libiberty/gettimeofday.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/gettimeofday.c b/libiberty/gettimeofday.c
index a7f7836..fca1679 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.