From: Ulrich Drepper Date: Tue, 23 Mar 2004 23:25:52 +0000 (+0000) Subject: Consolidated 64bit support for Linux. X-Git-Tag: glibc-2.16-ports-before-merge~1205 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=006de7120298bcadc38e7ebd884e1fee47a772e5;p=thirdparty%2Fglibc.git Consolidated 64bit support for Linux. --- diff --git a/sysdeps/unix/sysv/linux/alpha/getdents64.c b/sysdeps/unix/sysv/linux/alpha/getdents64.c new file mode 100644 index 00000000000..e53570c036b --- /dev/null +++ b/sysdeps/unix/sysv/linux/alpha/getdents64.c @@ -0,0 +1 @@ +#include "../getdents64.c"