summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/mmap64.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-11-30 03:13:12 +0000
committerMike Frysinger <vapier@gentoo.org>2005-11-30 03:13:12 +0000
commit2b3e16cb624f3e2b36b63abbfb11dbf8e27786b3 (patch)
treeff085d5ba4888da55d3d25ef543d09ffa0385f6a /libc/sysdeps/linux/common/mmap64.c
parent27fd5a2c32aa3b1e7ac3b34439e01855f8fdb37f (diff)
get rid of unused sysdep.h header
Diffstat (limited to 'libc/sysdeps/linux/common/mmap64.c')
-rw-r--r--libc/sysdeps/linux/common/mmap64.c1
1 files changed, 0 insertions, 1 deletions
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 <features.h>
#include <errno.h>
#include <unistd.h>
-#include "sysdep.h"
#include <sys/mman.h>