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-981-gd024d23


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  d024d23cbefcdb1799510483c1685e2f67ab9619 (commit)
      from  4a56a16205508ef7d8b0f4fc2ee36bd6c52f3cca (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=d024d23cbefcdb1799510483c1685e2f67ab9619

commit d024d23cbefcdb1799510483c1685e2f67ab9619
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Mon May 21 11:31:06 2012 -0700

    Add x32 syscalls.list

diff --git a/ChangeLog b/ChangeLog
index 0d43c48..f26fc98 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,10 @@
 	* misc/sys/auxv.h: Include <sys/cdefs.h>.
 	(getauxval): Use unsigned long int.
 
+2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
+
 2012-05-21  Roland McGrath  <roland@hack.frob.com>
 
 	* malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
diff --git a/sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list b/sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list
new file mode 100644
index 0000000..7edb6fd
--- /dev/null
+++ b/sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list
@@ -0,0 +1,6 @@
+# File name	Caller	Syscall name	# args	Strong name	Weak names
+
+fallocate	-	fallocate	Ci:iiii	fallocate	fallocate64
+posix_fadvise	-	fadvise64	Vi:iiii	posix_fadvise	posix_fadvise64
+preadv		-	preadv		Ci:ipii	preadv		preadv64
+pwritev		-	pwritev		Ci:ipii	pwritev		pwritev64

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

Summary of changes:
 ChangeLog                                        |    4 ++++
 sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list |    6 ++++++
 2 files changed, 10 insertions(+), 0 deletions(-)
 create mode 100644 sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list


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]