From 0aa1f968d3bdd2e929f1e68e671f7b4f2e9dacd3 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Mon, 21 Mar 2011 13:02:20 +0100 Subject: _stdio.h: move _load_inttype.h and _store_inttype.h prototypes here Use one common prototype for consistency. Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libc/stdio/_load_inttype.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libc/stdio/_load_inttype.c') diff --git a/libc/stdio/_load_inttype.c b/libc/stdio/_load_inttype.c index dabb6afa6..8c0a60abe 100644 --- a/libc/stdio/_load_inttype.c +++ b/libc/stdio/_load_inttype.c @@ -8,7 +8,6 @@ #include "_stdio.h" #include -uintmax_t _load_inttype(int desttype, register const void *src, int uflag) attribute_hidden; uintmax_t _load_inttype(int desttype, register const void *src, int uflag) { if (uflag >= 0) { /* unsigned */ -- cgit v1.2.3