mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
Fix definition of __isctype_f
This commit is contained in:
parent
cdf2901f5e
commit
538faaa7f2
@ -1,3 +1,7 @@
|
|||||||
|
2011-10-15 Ulrich Drepper <drepper@gmail.com>
|
||||||
|
|
||||||
|
* ctype/ctype.h (__isctype_f): Add missing __THROW.
|
||||||
|
|
||||||
2011-10-14 Ulrich Drepper <drepper@gmail.com>
|
2011-10-14 Ulrich Drepper <drepper@gmail.com>
|
||||||
|
|
||||||
* elf/pldd-xx.c (find_maps): Remove leftover debug message.
|
* elf/pldd-xx.c (find_maps): Remove leftover debug message.
|
||||||
|
@ -92,7 +92,7 @@ extern __const __int32_t **__ctype_toupper_loc (void)
|
|||||||
#elif defined __USE_EXTERN_INLINES
|
#elif defined __USE_EXTERN_INLINES
|
||||||
# define __isctype_f(type) \
|
# define __isctype_f(type) \
|
||||||
__extern_inline int \
|
__extern_inline int \
|
||||||
is##type (int __c) \
|
is##type (int __c) __THROW \
|
||||||
{ \
|
{ \
|
||||||
return (*__ctype_b_loc ())[(int) (__c)] & (unsigned short int) _IS##type; \
|
return (*__ctype_b_loc ())[(int) (__c)] & (unsigned short int) _IS##type; \
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user