diff options
author | Visa Hankala <visa@cvs.openbsd.org> | 2020-06-30 15:41:57 +0000 |
---|---|---|
committer | Visa Hankala <visa@cvs.openbsd.org> | 2020-06-30 15:41:57 +0000 |
commit | c04a65304d8d2798482aac1467fc7248dfe8d423 (patch) | |
tree | de260e401e7348ebd992a331a0794a41f29e38d8 /sys/arch/m88k | |
parent | 5c6c9898b556a3075f1361f12d71fd309d271ff2 (diff) |
Remove obsolete <machine/stdarg.h> header. Nowadays the vararg
functionality is provided by <sys/stdarg.h> using compiler builtins.
Tested in a ports bulk build on amd64 by naddy@
OK naddy@ mpi@
Diffstat (limited to 'sys/arch/m88k')
-rw-r--r-- | sys/arch/m88k/include/stdarg.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/sys/arch/m88k/include/stdarg.h b/sys/arch/m88k/include/stdarg.h deleted file mode 100644 index 63b13410656..00000000000 --- a/sys/arch/m88k/include/stdarg.h +++ /dev/null @@ -1,16 +0,0 @@ -/* $OpenBSD: stdarg.h,v 1.3 2011/03/23 16:54:35 pirofti Exp $ */ - -#ifndef _M88K_STDARG_H_ -#define _M88K_STDARG_H_ - -#include <machine/_types.h> - -#ifndef _STDARG_H -#define _STDARG_H -#endif - -#include <machine/va-m88k.h> - -typedef __va_list va_list; - -#endif /* _M88K_STDARG_H_ */ |