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
This commit is contained in:
Nathan C. Myers 2000-04-28 03:00:58 +00:00 committed by Benjamin Kosnik
parent 0ccf103184
commit 5db2c9b839

View File

@ -70,7 +70,7 @@ __atomic_add (volatile _Atomic_word* __mem, int __val)
: "m" (*__mem), "r"(__val));
}
static inline intint
static inline int
__attribute__ ((unused))
__compare_and_swap (volatile long *__p, long __oldval, long __newval)
{