]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/include/c/std_csignal.h
c/: Guard with _CPP_.
[thirdparty/gcc.git] / libstdc++-v3 / include / c / std_csignal.h
index da585dd0ae1761b04988943db019faba73fbb42f..09614e7ea0196cf6ebae26d1a8473ebf6a3fe1b5 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*- forwarding header.
 
-// Copyright (C) 2000 Free Software Foundation, Inc.
+// Copyright (C) 2000, 2002 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
 // ISO C++ 14882: 20.4.6  C library
 //
 
-// Note: This is not a conforming implementation.
-
 #ifndef _CPP_CSIGNAL
 #define _CPP_CSIGNAL 1
 
 #pragma GCC system_header
-#include <signal.h>
+
+#include_next <signal.h>
 
 #endif