X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fatexit.c;h=a401b2ff8c7dafdf9edf653c916b79710f8b3b57;hb=5e6933eb225721fac1de4a8abf6c0da985ddaa6a;hp=85e992f72e07610e4bc56192637cdd9bc1a50e11;hpb=ba3a6b434dc4d4a0bd219c4fe876efe6eb835d75;p=gnulib.git diff --git a/lib/atexit.c b/lib/atexit.c index 85e992f72..a401b2ff8 100644 --- a/lib/atexit.c +++ b/lib/atexit.c @@ -4,8 +4,7 @@ #include "config.h" 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. */