From a0fa1f8acfc5997b8865f299815751d6f20ef581 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 8 Apr 2011 21:40:18 +0200 Subject: munmap.c: do not include unistd.h Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libc/sysdeps/linux/common/munmap.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libc/sysdeps/linux/common/munmap.c') diff --git a/libc/sysdeps/linux/common/munmap.c b/libc/sysdeps/linux/common/munmap.c index 736bffee2..22c393ffc 100644 --- a/libc/sysdeps/linux/common/munmap.c +++ b/libc/sysdeps/linux/common/munmap.c @@ -8,9 +8,7 @@ */ #include -#include #include - _syscall2(int, munmap, void *, start, size_t, length) libc_hidden_def(munmap) -- cgit v1.2.3