OSDN Git Service

munmap.c: do not include unistd.h
authorPeter S. Mazinger <ps.m@gmx.net>
Fri, 8 Apr 2011 19:40:18 +0000 (21:40 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 15 Jun 2012 12:00:36 +0000 (14:00 +0200)
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
libc/sysdeps/linux/common/munmap.c

index 736bffe..22c393f 100644 (file)
@@ -8,9 +8,7 @@
  */
 
 #include <sys/syscall.h>
-#include <unistd.h>
 #include <sys/mman.h>
 
-
 _syscall2(int, munmap, void *, start, size_t, length)
 libc_hidden_def(munmap)