mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 22:30:07 +00:00
Fix comment typo
This commit is contained in:
parent
50d7d351b5
commit
0555c47719
@ -1,3 +1,7 @@
|
|||||||
|
2018-05-08 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
* sysdeps/nptl/internaltypes.h: Fix comment.
|
||||||
|
|
||||||
2018-05-07 H.J. Lu <hongjiu.lu@intel.com>
|
2018-05-07 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S
|
* sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S
|
||||||
|
@ -140,7 +140,7 @@ struct pthread_key_struct
|
|||||||
struct new_sem
|
struct new_sem
|
||||||
{
|
{
|
||||||
#if __HAVE_64B_ATOMICS
|
#if __HAVE_64B_ATOMICS
|
||||||
/* The data field holds both value (in the least-significant 32 bytes) and
|
/* The data field holds both value (in the least-significant 32 bits) and
|
||||||
nwaiters. */
|
nwaiters. */
|
||||||
# if __BYTE_ORDER == __LITTLE_ENDIAN
|
# if __BYTE_ORDER == __LITTLE_ENDIAN
|
||||||
# define SEM_VALUE_OFFSET 0
|
# define SEM_VALUE_OFFSET 0
|
||||||
|
Loading…
Reference in New Issue
Block a user