diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-31 16:14:58 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-31 16:14:58 +0000 |
commit | f2ccbedeaaf59a536396a51dc644d6b5cf4afcef (patch) | |
tree | bf56313f4d17c903e9ed05feb48f9af55d088159 /libiberty/gettimeofday.c | |
parent | fd544fc8139ee76cbb18a2e547b90429b6d991ff (diff) | |
download | gcc-f2ccbedeaaf59a536396a51dc644d6b5cf4afcef.tar.gz |
* gettimeofday.c: Add "Supplemental" to @deftypefn.
* functions.texi: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97331 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/gettimeofday.c')
-rw-r--r-- | libiberty/gettimeofday.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/gettimeofday.c b/libiberty/gettimeofday.c index a7f7836d24e..fca16794028 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. |