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/macppc | |
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/macppc')
-rw-r--r-- | sys/arch/macppc/include/stdarg.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/arch/macppc/include/stdarg.h b/sys/arch/macppc/include/stdarg.h deleted file mode 100644 index 09c1b9eaa2f..00000000000 --- a/sys/arch/macppc/include/stdarg.h +++ /dev/null @@ -1,3 +0,0 @@ -/* $OpenBSD: stdarg.h,v 1.1 2001/09/01 15:49:06 drahn Exp $ */ - -#include <powerpc/stdarg.h> |