This is the mail archive of the libc-alpha@sources.redhat.com 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]

Re: [PATCH] thread register patch for s/390.



Martin,

You also need lockf64 and fcntl.c to fully support fcntl.

Here's a patch for powerpc and s390.  Uli, ok to commit?

Andreas

2000-09-29  Andreas Jaeger  <aj@suse.de>

	* sysdeps/unix/sysv/linux/s390/lockf64.c: New file.

	* sysdeps/unix/sysv/linux/s390/fcntl.c: New file.

	* sysdeps/unix/sysv/linux/powerpc/lockf64.c: New file.

	* sysdeps/unix/sysv/linux/powerpc/fcntl.c: New file.


============================================================
Index: sysdeps/unix/sysv/linux/powerpc/fcntl.c
--- sysdeps/unix/sysv/linux/powerpc/fcntl.c	created
+++ sysdeps/unix/sysv/linux/powerpc/fcntl.c	Tue Sep 19 10:53:04 2000	1.1
@@ -0,0 +1 @@
+#include <sysdeps/unix/sysv/linux/i386/fcntl.c>
============================================================
Index: sysdeps/unix/sysv/linux/powerpc/lockf64.c
--- sysdeps/unix/sysv/linux/powerpc/lockf64.c	created
+++ sysdeps/unix/sysv/linux/powerpc/lockf64.c	Tue Sep 19 10:52:46 2000	1.1
@@ -0,0 +1 @@
+#include <sysdeps/unix/sysv/linux/i386/lockf64.c>
============================================================
Index: sysdeps/unix/sysv/linux/s390/fcntl.c
--- sysdeps/unix/sysv/linux/s390/fcntl.c	created
+++ sysdeps/unix/sysv/linux/s390/fcntl.c	Fri Sep 29 09:01:47 2000	1.1
@@ -0,0 +1 @@
+#include <sysdeps/unix/sysv/linux/i386/fcntl.c>
============================================================
Index: sysdeps/unix/sysv/linux/s390/lockf64.c
--- sysdeps/unix/sysv/linux/s390/lockf64.c	created
+++ sysdeps/unix/sysv/linux/s390/lockf64.c	Fri Sep 29 09:01:51 2000	1.1
@@ -0,0 +1 @@
+#include <sysdeps/unix/sysv/linux/i386/lockf64.c>

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj

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