X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=libiberty%2Fgettimeofday.c;h=fca16794028e254c48a4341b5455f8658c7a3e23;hb=18493a005acc8fbccbee4a2b767334eaaf636dd2;hp=f7e6c5dd377a5eae152a769615f8ce99dfd29d21;hpb=8ec3272396aa865eb55f47f51f54e81cb61ff636;p=deliverable%2Fbinutils-gdb.git diff --git a/libiberty/gettimeofday.c b/libiberty/gettimeofday.c index f7e6c5dd37..fca1679402 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. @@ -19,9 +19,7 @@ that @var{tz} be NULL. Returns 0 on success, -1 on failure. */ int -gettimeofday (tp, tz) - struct timeval *tp; - void *tz; +gettimeofday (struct timeval *tp, void *tz) { if (tz) abort ();