]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libiberty/gettimeofday.c
[Ada] Warning for out-of-order record representation clauses
[thirdparty/gcc.git] / libiberty / gettimeofday.c
index a7f7836d24eec905dd16c95c6d5131001eaa8119..fca16794028e254c48a4341b5455f8658c7a3e23 100644 (file)
@@ -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.