diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-10-09 21:56:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-10-09 21:56:43 +0000 |
commit | c1422e5b7cdb4400f934c91bcefa3a1a96d789fb (patch) | |
tree | 7f8981b86c4ce4b5bb899f690eeb03d6645826a5 /stdio-common/_itowa.h | |
parent | a4a1492eb94de4f5c5ec84a5898e994fca5f317b (diff) | |
download | glibc-c1422e5b7cdb4400f934c91bcefa3a1a96d789fb.tar.gz glibc-c1422e5b7cdb4400f934c91bcefa3a1a96d789fb.tar.xz glibc-c1422e5b7cdb4400f934c91bcefa3a1a96d789fb.zip |
Update.
Patch by khendricks@ivey.uwo.ca [libc/1382].
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 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)) |