mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 14:30:06 +00:00
MIPS: bits/atomic.h: Fix comment typo
This commit is contained in:
parent
6b9a5fe450
commit
d93fa6592b
@ -1,3 +1,7 @@
|
||||
2013-09-23 Maciej W. Rozycki <macro@codesourcery.com>
|
||||
|
||||
* sysdeps/mips/bits/atomic.h: Fix comment typo.
|
||||
|
||||
2013-09-23 Steve Ellcey <sellcey@mips.com>
|
||||
|
||||
* sysdeps/mips/fpu/fegetround.c (fegetround): Use _FPU_RC_MASK.
|
||||
|
@ -84,7 +84,7 @@ typedef uintmax_t uatomic_max_t;
|
||||
support for their efficient implementation was added only in GCC 4.8.
|
||||
We still want to use them even with GCC 4.7 for MIPS16 code where we
|
||||
have no assembly alternative available and want to avoid the __sync_*
|
||||
if at all possible. */
|
||||
builtins if at all possible. */
|
||||
|
||||
/* Compare and exchange.
|
||||
For all "bool" routines, we return FALSE if exchange succesful. */
|
||||
|
Loading…
Reference in New Issue
Block a user