diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-03 21:09:17 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-03 21:09:17 +0000 |
commit | 86450311ebd0010553252d6d9efadb208dd085cb (patch) | |
tree | 2e4134134debc48e36e5b64535ca64d549ede67b /libc/sysdeps/linux/common | |
parent | 4219f28cb7e86717ee2ee35e6e4218a983c80d62 (diff) |
_uintmaxtostr is only internally used, we do not need a rename, uClibc_uintmaxtostr.h is only internal header, remove from target
Diffstat (limited to 'libc/sysdeps/linux/common')
-rw-r--r-- | libc/sysdeps/linux/common/bits/uClibc_uintmaxtostr.h | 2 |
1 files changed, 1 insertions, 1 deletions
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__ |