mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 16:21:06 +00:00
Use __typeof instead of typeof
This commit is contained in:
parent
cda672e7bd
commit
6b4a158ef4
@ -1,3 +1,7 @@
|
||||
2016-06-04 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* include/wchar.h (__wmemset): Use __typeof.
|
||||
|
||||
2016-06-03 Carlos O'Donell <carlos@redhat.com>
|
||||
|
||||
* include/wchar.h (__wmemset): Declare function without typeof.
|
||||
|
@ -102,7 +102,7 @@ extern int __wcscoll (const wchar_t *__s1, const wchar_t *__s2) __THROW;
|
||||
libc_hidden_proto (__wcscoll)
|
||||
libc_hidden_proto (wcspbrk)
|
||||
|
||||
extern wchar_t *__wmemset (wchar_t *__s, wchar_t __c, size_t __n) __THROW;
|
||||
extern __typeof (wmemset) __wmemset;
|
||||
extern wchar_t *__wmemchr (const wchar_t *__s, wchar_t __c, size_t __n)
|
||||
__THROW __attribute_pure__;
|
||||
libc_hidden_proto (wmemchr)
|
||||
|
Loading…
Reference in New Issue
Block a user