]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - libiberty/atexit.c
Imported gcc-4.4.3
[msp430-gcc.git] / libiberty / atexit.c
index e14de29ab1d1c39d0fe509239d417f951eaf1bda..e091f0139eedc5519ed38aee9e9cfa1e4d2c180a 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.  */