From c1422e5b7cdb4400f934c91bcefa3a1a96d789fb Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 9 Oct 1999 21:56:43 +0000 Subject: Update. Patch by khendricks@ivey.uwo.ca [libc/1382]. --- stdio-common/_itowa.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stdio-common/_itowa.h') diff --git a/stdio-common/_itowa.h b/stdio-common/_itowa.h index e219f298ee..7ce5e4dde3 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)) -- cgit v1.2.3