diff options
Diffstat (limited to 'stdio-common/_itowa.h')
-rw-r--r-- | stdio-common/_itowa.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdio-common/_itowa.h b/stdio-common/_itowa.h index e219f29..7ce5e4d 100644 --- a/stdio-common/_itowa.h +++ b/stdio-common/_itowa.h @@ -27,8 +27,8 @@ Return the address of the first (left-to-right) character in the number. Use upper case letters iff UPPER_CASE is nonzero. */ -extern wchar_t *_itowa __P ((unsigned long long int value, wchar_t *buflim, - unsigned int base, int upper_case)); +extern wchar_t *_itowa (unsigned long long int value, wchar_t *buflim, + unsigned int base, int upper_case); static inline wchar_t * __attribute__ ((unused)) |