diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-12-06 20:22:42 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-12-06 20:22:42 +0000 |
commit | eb813ecafa2405e01e33da29d620e5c10ec63d2c (patch) | |
tree | 0d88ca89e3eb2349ad27f98038000c206ef544e5 /ldso/include | |
parent | dd3d4f119e0ad55de4486434f12ee8af1618e971 (diff) |
bits/kernel_stat.h is for internal uClibc use only, fix a few other
minor include file issues
Diffstat (limited to 'ldso/include')
-rw-r--r-- | ldso/include/dl-syscall.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ldso/include/dl-syscall.h b/ldso/include/dl-syscall.h index 5b85fd230..b42416a52 100644 --- a/ldso/include/dl-syscall.h +++ b/ldso/include/dl-syscall.h @@ -11,7 +11,8 @@ /* Pull in the arch specific syscall implementation */ #include <dl-syscalls.h> /* For MAP_ANONYMOUS -- differs between platforms */ -#include <asm/mman.h> +#define _SYS_MMAN_H 1 +#include <bits/mman.h> /* Pull in whatever this particular arch's kernel thinks the kernel version of * struct stat should look like. It turns out that each arch has a different * opinion on the subject, and different kernel revs use different names... */ |