]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/include/c_global/csignal
PR libstdc++/36104 part four
[thirdparty/gcc.git] / libstdc++-v3 / include / c_global / csignal
index bbd58ca0420c5e6a0a068304d9e31b454fc4bb4a..98f0d665267f1520aea943592c627414253812d8 100644 (file)
 // Get rid of those macros defined in <signal.h> in lieu of real functions.
 #undef raise
 
-_GLIBCXX_BEGIN_NAMESPACE(std)
-
+namespace std
+{
   using ::sig_atomic_t;
   using ::signal;
   using ::raise;
-
-_GLIBCXX_END_NAMESPACE
+} // namespace std
 
 #endif