X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=libiberty%2Fgettimeofday.c;h=fca16794028e254c48a4341b5455f8658c7a3e23;hb=6d05ab309230bfed8c11ecbfd3bdf1ffa9c97046;hp=a7f7836d24eec905dd16c95c6d5131001eaa8119;hpb=8858115ecd90fe07d0a95c42b929420e4bf0d1a4;p=pf3gnuchains%2Fgcc-fork.git 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.