This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, master, updated. glibc-2.15-963-g610b862


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  610b86225e8d8ebd1400b4c083a04b624b4417b1 (commit)
      from  7cd195df6204a8575b3b1d303affb9aa5756a828 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=610b86225e8d8ebd1400b4c083a04b624b4417b1

commit 610b86225e8d8ebd1400b4c083a04b624b4417b1
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri May 18 07:37:55 2012 -0700

    Add sysdeps/x86_64/x32/_itoa.h

diff --git a/ChangeLog b/ChangeLog
index 15a012f..50bc035 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
 
+	* sysdeps/x86_64/x32/_itoa.h: New file.
+
 	* sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
 	getdents system call only if kernel and user dirents have the
 	same d_ino and d_off.
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>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                  |    2 ++
 sysdeps/x86_64/x32/_itoa.h |    3 +++
 2 files changed, 5 insertions(+), 0 deletions(-)
 create mode 100644 sysdeps/x86_64/x32/_itoa.h


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]