summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-07-12 18:54:13 +0200
committerBruno Haible <bruno@clisp.org>2010-07-12 18:57:52 +0200
commit5518d301980bdc0f60b1b5d58b140004dfda490e (patch)
treecfcfab3add996d1acfdaaa9443d5411b8b226c55 /tests
parent3458f09caac5234831a315d073344fc898dde077 (diff)
downloadgnulib-5518d301980bdc0f60b1b5d58b140004dfda490e.tar.gz
New module '_Exit'.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-stdlib-c++.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test-stdlib-c++.cc b/tests/test-stdlib-c++.cc
index 3874d2767f..c66c1a894e 100644
--- a/tests/test-stdlib-c++.cc
+++ b/tests/test-stdlib-c++.cc
@@ -24,6 +24,10 @@
#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