]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/config/cpu/generic/atomicity.h
Move from CPP to CXX.
[thirdparty/gcc.git] / libstdc++-v3 / config / cpu / generic / atomicity.h
index 829a77c52cbe450b64dd975b2f561ddd7a97a15f..f2340d62512f3f46a0e3b638ae4127f9c497696d 100644 (file)
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-#ifndef _BITS_ATOMICITY_H
-#define _BITS_ATOMICITY_H      1
+#ifndef _GLIBCXX_ATOMICITY_H
+#define _GLIBCXX_ATOMICITY_H   1
 
 #include <bits/gthr.h>
 
-#define _GLIBCPP_NEED_GENERIC_MUTEX
+#define _GLIBCXX_NEED_GENERIC_MUTEX
 
 typedef int _Atomic_word;