public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] open/creat system call list entries for s390-64
@ 2007-11-22 16:45 Martin Schwidefsky
  0 siblings, 0 replies; only message in thread
From: Martin Schwidefsky @ 2007-11-22 16:45 UTC (permalink / raw)
  To: Glibc hackers

Hi,
another fix to get s390-64 compiled again. Add the missing creat and open
entries to the system call list.

--
blue skies,
  Martin.

"Reality continues to ruin my life." - Calvin.
---

2007-11-22  Martin Schwidefsky  <schwidefsky@de.ibm.com>

	* sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:  Add open and
	creat entries.

diff -urpN libc/sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list libc-s390/sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list
--- libc/sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list	2005-02-15 01:12:16.000000000 +0100
+++ libc-s390/sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list	2007-11-22 13:30:36.000000000 +0100
@@ -2,6 +2,9 @@
 
 vfork		-	vfork		0	__vfork		vfork
 
+creat		-	creat		Ci:si	__libc_creat	creat creat64
+open		-	open		Ci:siv	__libc_open	__open open __open64 open64
+
 # semaphore and shm system calls
 msgctl		-	msgctl		i:iip	__msgctl	msgctl
 msgget		-	msgget		i:ii	__msgget	msgget


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-22 16:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-22 16:45 [PATCH] open/creat system call list entries for s390-64 Martin Schwidefsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).