From c55fbd1ea768f9fdef34a01377702c0d72cbc213 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 9 Aug 2011 09:57:55 -0400 Subject: Implement scandirat function --- sysdeps/wordsize-64/scandirat.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sysdeps/wordsize-64/scandirat.c (limited to 'sysdeps/wordsize-64/scandirat.c') diff --git a/sysdeps/wordsize-64/scandirat.c b/sysdeps/wordsize-64/scandirat.c new file mode 100644 index 0000000000..02b8fdee0f --- /dev/null +++ b/sysdeps/wordsize-64/scandirat.c @@ -0,0 +1,6 @@ +#define scandirat64 scandirat64_renamed + +#include "../../dirent/scandirat.c" + +#undef scandirat64 +weak_alias (scandirat, scandirat64) -- cgit v1.2.3-70-g09d2