summaryrefslogtreecommitdiff
path: root/libc/stdio/_store_inttype.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/stdio/_store_inttype.c')
-rw-r--r--libc/stdio/_store_inttype.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/stdio/_store_inttype.c b/libc/stdio/_store_inttype.c
index fdd4dce05..7ecfe6ed0 100644
--- a/libc/stdio/_store_inttype.c
+++ b/libc/stdio/_store_inttype.c
@@ -28,7 +28,6 @@
/* We assume int may be short or long, but short and long are different. */
-void _store_inttype(register void *dest, int desttype, uintmax_t val) attribute_hidden;
void _store_inttype(register void *dest, int desttype, uintmax_t val)
{
if (desttype == __PA_FLAG_CHAR) { /* assume char not int */