diff options
Diffstat (limited to 'libiberty/functions.texi')
-rw-r--r-- | libiberty/functions.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/functions.texi b/libiberty/functions.texi index a886b88..75f9824 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. |