OSDN Git Service

Enable to track git://github.com/monaka/binutils.git
[pf3gnuchains/pf3gnuchains3x.git] / libiberty / atexit.c
index e14de29..e091f01 100644 (file)
@@ -16,8 +16,7 @@ Causes function @var{f} to be called at exit.  Returns 0.
 #ifdef HAVE_ON_EXIT
 
 int
-atexit(f)
-     void (*f)();
+atexit(void (*f)(void))
 {
   /* If the system doesn't provide a definition for atexit, use on_exit
      if the system provides that.  */