Linux/Arm implementation of getdents64.
authorUlrich Drepper <drepper@redhat.com>
Sat, 12 Aug 2000 08:20:30 +0000 (08:20 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 12 Aug 2000 08:20:30 +0000 (08:20 +0000)
sysdeps/unix/sysv/linux/arm/getdents64.c [new file with mode: 0644]

diff --git a/sysdeps/unix/sysv/linux/arm/getdents64.c b/sysdeps/unix/sysv/linux/arm/getdents64.c
new file mode 100644 (file)
index 0000000..0c75fb5
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/unix/sysv/linux/i386/getdents64.c>