summaryrefslogtreecommitdiff
path: root/stdio-common/_itowa.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-10-09 21:56:43 +0000
committerUlrich Drepper <drepper@redhat.com>1999-10-09 21:56:43 +0000
commitc1422e5b7cdb4400f934c91bcefa3a1a96d789fb (patch)
tree7f8981b86c4ce4b5bb899f690eeb03d6645826a5 /stdio-common/_itowa.h
parenta4a1492eb94de4f5c5ec84a5898e994fca5f317b (diff)
Update.
Patch by khendricks@ivey.uwo.ca [libc/1382].
Diffstat (limited to 'stdio-common/_itowa.h')
-rw-r--r--stdio-common/_itowa.h4
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))