OSDN Git Service

Phase one of my evil plan to clean up ld.so...
[uclinux-h8/uClibc.git] / ldso / include / ldso.h
1 #include <features.h>
2 /* Pull in compiler and arch stuff */
3 #include <stdlib.h>
4 #include <stdarg.h>
5 /* Pull in the arch specific type information */
6 #include <sys/types.h>
7 /* Now the ldso specific headers */
8 #include <ld_elf.h>
9 #include <ld_syscall.h>
10 #include <ld_hash.h>
11 #include <ld_string.h>