diff options
author | DJ Delorie <dj@redhat.com> | 2005-03-31 17:03:35 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2005-03-31 17:03:35 +0000 |
commit | 0e867e795772266c7c4f360f0e0ef4c9f9c2c93a (patch) | |
tree | c953bdaa2fa4bf37ab870fbfa7263fd2d5ba32ff /libiberty/gettimeofday.c | |
parent | 4bd60896340febb5bfafc025401ef2d221d748a2 (diff) | |
download | gdb-0e867e795772266c7c4f360f0e0ef4c9f9c2c93a.zip gdb-0e867e795772266c7c4f360f0e0ef4c9f9c2c93a.tar.gz gdb-0e867e795772266c7c4f360f0e0ef4c9f9c2c93a.tar.bz2 |
merge from gcc
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 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. |