diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-03-02 18:51:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-03-02 18:51:24 +0000 |
commit | 021f358bf064a82767c0b3d495d3fa7c5ba41495 (patch) | |
tree | 08ddd54f29a1b673a476964bdc74f210815d3d26 /sysdeps | |
parent | 16aac66378ca2ceccf03335e8880f8a326d4b00d (diff) | |
download | glibc-021f358bf064a82767c0b3d495d3fa7c5ba41495.tar glibc-021f358bf064a82767c0b3d495d3fa7c5ba41495.tar.gz glibc-021f358bf064a82767c0b3d495d3fa7c5ba41495.tar.bz2 glibc-021f358bf064a82767c0b3d495d3fa7c5ba41495.zip |
Update.
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.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/powerpc32/fxstat.c | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/powerpc32/lxstat.c | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/powerpc32/xstat.c | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc32/fxstat.c b/sysdeps/unix/sysv/linux/powerpc/powerpc32/fxstat.c new file mode 100644 index 0000000000..4f219f0b9d --- /dev/null +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc32/fxstat.c @@ -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 index 0000000000..2371cd9719 --- /dev/null +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc32/lxstat.c @@ -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 index 0000000000..e9869f5508 --- /dev/null +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc32/xstat.c @@ -0,0 +1 @@ +#include <sysdeps/unix/sysv/linux/i386/xstat.c> |