From 4d17e7e7c5dec2d055cf96b9c4a5fa457fdef772 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Thu, 1 Dec 2005 03:08:57 +0000 Subject: Mini-merge from trunk. Not as fun as a Mini Cooper, but oh well. --- libc/sysdeps/linux/common/getdents.c | 1 - libc/sysdeps/linux/common/getdents64.c | 2 -- libc/sysdeps/linux/common/mmap64.c | 1 - 3 files changed, 4 deletions(-) (limited to 'libc/sysdeps/linux/common') diff --git a/libc/sysdeps/linux/common/getdents.c b/libc/sysdeps/linux/common/getdents.c index 623041866..876420664 100644 --- a/libc/sysdeps/linux/common/getdents.c +++ b/libc/sysdeps/linux/common/getdents.c @@ -26,7 +26,6 @@ #include #include #include -#include "sysdep.h" #include 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__ */ - diff --git a/libc/sysdeps/linux/common/mmap64.c b/libc/sysdeps/linux/common/mmap64.c index 969e1e227..7f329c6c9 100644 --- a/libc/sysdeps/linux/common/mmap64.c +++ b/libc/sysdeps/linux/common/mmap64.c @@ -22,7 +22,6 @@ #include #include #include -#include "sysdep.h" #include -- cgit v1.2.3