aboutsummaryrefslogtreecommitdiff
path: root/libiberty/gettimeofday.c
diff options
context:
space:
mode:
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.