X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-atexit.c;h=948688ceec132b2cffdbbfa6969cfa5bcebf3237;hb=fac94349f25305566277d15b965fa8f4efe66613;hp=97afff5f8b5f80d8ba64ba9e87c19a4c4d40de23;hpb=82381b9e5b37125305709d412d8322b35e5c4796;p=gnulib.git diff --git a/tests/test-atexit.c b/tests/test-atexit.c index 97afff5f8..948688cee 100644 --- a/tests/test-atexit.c +++ b/tests/test-atexit.c @@ -1,5 +1,5 @@ /* Test of execution of program termination handlers. - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007, 2009-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,6 +19,10 @@ #include #include + +#include "signature.h" +SIGNATURE_CHECK (atexit, int, (void (*) (void))); + #include #define TEMPFILE "t-atexit.tmp"