mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
(__tobody): Fix typo.
This commit is contained in:
parent
8d6a5eff39
commit
54fe45dc7c
@ -165,7 +165,7 @@ toupper (int __c) __THROW
|
||||
|
||||
#if __GNUC__ >= 2 && defined __OPTIMIZE__ && !defined __cplusplus
|
||||
# define __tobody(c, f, a) \
|
||||
(__extension__
|
||||
(__extension__ \
|
||||
({ int __res; \
|
||||
if (sizeof (c) > 1) \
|
||||
{ \
|
||||
|
Loading…
Reference in New Issue
Block a user