]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/libsupc++/vterminate.cc
Move from CPP to CXX.
[thirdparty/gcc.git] / libstdc++-v3 / libsupc++ / vterminate.cc
index 324e0d31cc572f331c06bdcce72e7241c8a165ec..38f6f617868ae3450c0bf9708cbd3313bbc5ba95 100644 (file)
@@ -33,7 +33,7 @@
 #include <exception_defines.h>
 #include <cxxabi.h>
 
-#ifdef _GLIBCPP_HAVE_UNISTD_H
+#ifdef _GLIBCXX_HAVE_UNISTD_H
 # include <unistd.h>
 # define writestr(str)  write(2, str, __builtin_strlen(str))
 #else