utimens: simplify the logic of the previous change
[gnulib.git] / tests / test-stdlib-c++.cc
index 3874d27..c66c1a8 100644 (file)
 #include "signature.h"
 
 
+#if GNULIB_TEST__EXIT
+SIGNATURE_CHECK (GNULIB_NAMESPACE::_Exit, void, (int));
+#endif
+
 //SIGNATURE_CHECK (GNULIB_NAMESPACE::atexit, int, (void (*) (void)));
 
 #if GNULIB_TEST_ATOLL