From 2b3e16cb624f3e2b36b63abbfb11dbf8e27786b3 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 30 Nov 2005 03:13:12 +0000 Subject: get rid of unused sysdep.h header --- libc/sysdeps/linux/common/getdents64.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libc/sysdeps/linux/common/getdents64.c') diff --git a/libc/sysdeps/linux/common/getdents64.c b/libc/sysdeps/linux/common/getdents64.c index 7b4c0d4ce..e45d9d364 100644 --- a/libc/sysdeps/linux/common/getdents64.c +++ b/libc/sysdeps/linux/common/getdents64.c @@ -25,7 +25,6 @@ #include #include #include -#include "sysdep.h" #include #include #include @@ -110,4 +109,3 @@ ssize_t attribute_hidden __getdents64 (int fd, char *buf, size_t nbytes) return(__getdents(fd, buf, nbytes)); } #endif /* __UCLIBC_HAS_LFS__ */ - -- cgit v1.2.3