Commit 5db2c9b8 by Nathan C. Myers Committed by Benjamin Kosnik

basic_string.h: include <bits/atomicity.h> instead of <atomicity.h>, and use the uglified names.


2000-04-26  Nathan C. Myers  <ncm@cantrip.org>

	* bits/basic_string.h: include <bits/atomicity.h> instead
        of <atomicity.h>, and use the uglified names.
        * config/cpu/*/atomicity.h: replace with bits/atomicity.h;
        uglify names, eliminate dependence on <inttypes.h>.
        * src/Makefile.in, src/Makefile.am: refer to correct place
        for atomicity.h header.

From-SVN: r33503
parent 0ccf1031
...@@ -70,7 +70,7 @@ __atomic_add (volatile _Atomic_word* __mem, int __val) ...@@ -70,7 +70,7 @@ __atomic_add (volatile _Atomic_word* __mem, int __val)
: "m" (*__mem), "r"(__val)); : "m" (*__mem), "r"(__val));
} }
static inline intint static inline int
__attribute__ ((unused)) __attribute__ ((unused))
__compare_and_swap (volatile long *__p, long __oldval, long __newval) __compare_and_swap (volatile long *__p, long __oldval, long __newval)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment