merge from gcc
[deliverable/binutils-gdb.git] / libiberty / gettimeofday.c
index f7e6c5dd377a5eae152a769615f8ce99dfd29d21..a7f7836d24eec905dd16c95c6d5131001eaa8119 100644 (file)
@@ -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 ();
This page took 0.024424 seconds and 4 git commands to generate.