]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/libsupc++/pure.cc
Move from CPP to CXX.
[thirdparty/gcc.git] / libstdc++-v3 / libsupc++ / pure.cc
index c8e3bdb0f401bb444d2d08f3c3a85cd18122cdd5..66ccb7d12dd852fad039d16731e6ad9b705e95e7 100644 (file)
@@ -30,7 +30,7 @@
 #include <bits/c++config.h>
 #include "unwind-cxx.h"
 
-#ifdef _GLIBCPP_HAVE_UNISTD_H
+#ifdef _GLIBCXX_HAVE_UNISTD_H
 # include <unistd.h>
 # define writestr(str) write(2, str, sizeof(str) - 1)
 # ifdef __GNU_LIBRARY__