From 86450311ebd0010553252d6d9efadb208dd085cb Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sat, 3 Dec 2005 21:09:17 +0000 Subject: _uintmaxtostr is only internally used, we do not need a rename, uClibc_uintmaxtostr.h is only internal header, remove from target --- libc/sysdeps/linux/common/bits/uClibc_uintmaxtostr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/common/bits/uClibc_uintmaxtostr.h') diff --git a/libc/sysdeps/linux/common/bits/uClibc_uintmaxtostr.h b/libc/sysdeps/linux/common/bits/uClibc_uintmaxtostr.h index 726558ad8..92633ffa6 100644 --- a/libc/sysdeps/linux/common/bits/uClibc_uintmaxtostr.h +++ b/libc/sysdeps/linux/common/bits/uClibc_uintmaxtostr.h @@ -100,7 +100,7 @@ typedef enum { * Otherwise, you could overflow your buffer. */ extern char *_uintmaxtostr(char * __restrict bufend, uintmax_t uval, - int base, __UIM_CASE alphacase); + int base, __UIM_CASE alphacase) attribute_hidden; /* TODO -- make this either a (possibly inline) function? */ #ifndef __BCC__ -- cgit v1.2.3