]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libiberty/clock.c
demangle.h: Remove uses of PARAMS.
[thirdparty/gcc.git] / libiberty / clock.c
index 3ea70c31c603a10851fde24b6bd0968ec5b932e6..2a59900384f497c7ff41f025e6cc0a1c45159011 100644 (file)
@@ -67,7 +67,7 @@ number of seconds used.
 /* FIXME: should be able to declare as clock_t. */
 
 long
-clock ()
+clock (void)
 {
 #ifdef HAVE_GETRUSAGE
   struct rusage rusage;