PATCH: Add sysdeps/x86_64/x32/_itoa.h
H.J. Lu
hongjiu.lu@intel.com
Fri May 18 13:37:00 GMT 2012
Hi,
This patch adds sysdeps/x86_64/x32/_itoa.h. Testd on x32. OK to
install?
Thanks.
H.J.
---
* sysdeps/x86_64/x32/_itoa.h: New file.
diff --git a/sysdeps/x86_64/x32/_itoa.h b/sysdeps/x86_64/x32/_itoa.h
new file mode 100644
index 0000000..f9ec802
--- /dev/null
+++ b/sysdeps/x86_64/x32/_itoa.h
@@ -0,0 +1,3 @@
+#define _ITOA_NEEDED 0
+#define _ITOA_WORD_TYPE unsigned long long int
+#include_next <_itoa.h>
More information about the Libc-alpha
mailing list