summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/bits/uClibc_uintmaxtostr.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/common/bits/uClibc_uintmaxtostr.h')
-rw-r--r--libc/sysdeps/linux/common/bits/uClibc_uintmaxtostr.h2
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__