mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
Add a comment to sysdeps/x86_64/x32/_itoa.h
This commit is contained in:
parent
bb07f69f3b
commit
6ad13e088d
@ -1,3 +1,7 @@
|
||||
2012-05-19 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* sysdeps/x86_64/x32/_itoa.h: Add comment.
|
||||
|
||||
2012-05-19 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/powerpc/soft-fp/Makefile: Remove file.
|
||||
|
@ -1,3 +1,4 @@
|
||||
/* X32 uses 64-bit _itoa_word and _itoa is mapped to _itoa_word. */
|
||||
#define _ITOA_NEEDED 0
|
||||
#define _ITOA_WORD_TYPE unsigned long long int
|
||||
#include_next <_itoa.h>
|
||||
|
Loading…
Reference in New Issue
Block a user