Skip to content

Commit 1e3a210

Browse files
committed
gettimeofday.c: Add "Supplemental" to @deftypefn.
* gettimeofday.c: Add "Supplemental" to @deftypefn. * functions.texi: Regenerate. From-SVN: r97331
1 parent b485285 commit 1e3a210

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

libiberty/ChangeLog

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2005-03-31 Joseph S. Myers <[email protected]>
2+
3+
* gettimeofday.c: Add "Supplemental" to @deftypefn.
4+
* functions.texi: Regenerate.
5+
16
2005-03-28 Ian Lance Taylor <[email protected]>
27

38
* pex-common.c: New file.

libiberty/functions.texi

+1-1
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ between calls to @code{getpwd}.
473473
@end deftypefn
474474

475475
@c gettimeofday.c:12
476-
@deftypefn int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
476+
@deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
477477

478478
Writes the current time to @var{tp}. This implementation requires
479479
that @var{tz} be NULL. Returns 0 on success, -1 on failure.

libiberty/gettimeofday.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
/*
1111
12-
@deftypefn int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
12+
@deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
1313
1414
Writes the current time to @var{tp}. This implementation requires
1515
that @var{tz} be NULL. Returns 0 on success, -1 on failure.

0 commit comments

Comments
 (0)