diff options
Diffstat (limited to 'libstdc++/csignal')
-rw-r--r-- | libstdc++/csignal | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libstdc++/csignal b/libstdc++/csignal new file mode 100644 index 00000000000..6febfb7b2ed --- /dev/null +++ b/libstdc++/csignal @@ -0,0 +1,7 @@ +// The -*- C++ -*- signal handling header. +// This file is part of the GNU ANSI C++ Library. + +#ifndef __CSIGNAL__ +#define __CSIGNAL__ +#include <signal.h> +#endif |