Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 2 Mar 2004 18:51:24 +0000 (18:51 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 2 Mar 2004 18:51:24 +0000 (18:51 +0000)
2004-03-02  Andreas Schwab  <schwab@suse.de>

* sysdeps/unix/sysv/linux/powerpc/powerpc32/xstat.c: New file.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/fxstat.c: New file.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/lxstat.c: New file.

ChangeLog
sysdeps/unix/sysv/linux/powerpc/powerpc32/fxstat.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/powerpc/powerpc32/lxstat.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/powerpc/powerpc32/xstat.c [new file with mode: 0644]

index 5416539..a6ace46 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-03-02  Andreas Schwab  <schwab@suse.de>
+
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/xstat.c: New file.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/fxstat.c: New file.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/lxstat.c: New file.
+
 2004-03-01  Ulrich Drepper  <drepper@redhat.com>
 
        * nscd/nscd_getgr_r.c (nscd_getgr_r): Add missing initialization
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc32/fxstat.c b/sysdeps/unix/sysv/linux/powerpc/powerpc32/fxstat.c
new file mode 100644 (file)
index 0000000..4f219f0
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/unix/sysv/linux/i386/fxstat.c>
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc32/lxstat.c b/sysdeps/unix/sysv/linux/powerpc/powerpc32/lxstat.c
new file mode 100644 (file)
index 0000000..2371cd9
--- /dev/null
@@ -0,0 +1,2 @@
+#include <sysdeps/unix/sysv/linux/i386/lxstat.c>
+
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc32/xstat.c b/sysdeps/unix/sysv/linux/powerpc/powerpc32/xstat.c
new file mode 100644 (file)
index 0000000..e9869f5
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/unix/sysv/linux/i386/xstat.c>