From 353e429d9625d98426ae435f3982688053b9e591 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 25 Apr 2001 20:18:14 +0000 Subject: [PATCH] getdents64 implementation for Linux/HPPA. --- sysdeps/unix/sysv/linux/hppa/getdents64.c | 1 + 1 file changed, 1 insertion(+) create mode 100644 sysdeps/unix/sysv/linux/hppa/getdents64.c diff --git a/sysdeps/unix/sysv/linux/hppa/getdents64.c b/sysdeps/unix/sysv/linux/hppa/getdents64.c new file mode 100644 index 0000000..0c75fb5 --- /dev/null +++ b/sysdeps/unix/sysv/linux/hppa/getdents64.c @@ -0,0 +1 @@ +#include -- 2.7.4