summaryrefslogtreecommitdiff
path: root/include/inttypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/inttypes.h')
-rw-r--r--include/inttypes.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/inttypes.h b/include/inttypes.h
new file mode 100644
index 0000000000..33219e2a9f
--- /dev/null
+++ b/include/inttypes.h
@@ -0,0 +1,6 @@
+#ifndef _INTTYPES_H
+#include_next <inttypes.h>
+#ifndef _ISOMAC
+libc_hidden_proto (strtoumax)
+#endif
+#endif