Subversion Repositories HelenOS

Rev

Rev 2479 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2479 Rev 2541
Line 38... Line 38...
38
 */
38
 */
39
 
39
 
40
#ifndef LIBC_ia32_STACKARG_H_
40
#ifndef LIBC_ia32_STACKARG_H_
41
#define LIBC_ia32_STACKARG_H_
41
#define LIBC_ia32_STACKARG_H_
42
 
42
 
43
#include <types.h>
43
#include <sys/types.h>
44
 
44
 
45
/* dont allow to define it second time in stdarg.h */
45
/* dont allow to define it second time in stdarg.h */
46
#define __VARARGS_DEFINED
46
#define __VARARGS_DEFINED
47
 
47
 
48
typedef struct va_list {
48
typedef struct va_list {