Rev 1010 | Rev 1125 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1010 | Rev 1113 | ||
---|---|---|---|
Line 27... | Line 27... | ||
27 | */ |
27 | */ |
28 | 28 | ||
29 | #ifndef __LIBC__STDARG_H__ |
29 | #ifndef __LIBC__STDARG_H__ |
30 | #define __LIBC__STDARG_H__ |
30 | #define __LIBC__STDARG_H__ |
31 | 31 | ||
32 | #include<types.h> |
32 | #include <types.h> |
33 | #include<stackarg.h> |
33 | #include <libarch/stackarg.h> |
34 | 34 | ||
35 | #ifndef __VARARGS_DEFINED |
35 | #ifndef __VARARGS_DEFINED |
36 | # define __VARARGS_DEFINED |
36 | # define __VARARGS_DEFINED |
37 | 37 | ||
38 | typedef __builtin_va_list va_list; |
38 | typedef __builtin_va_list va_list; |