summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
diff options
context:
space:
mode:
authorVisa Hankala <visa@cvs.openbsd.org>2020-06-30 15:41:57 +0000
committerVisa Hankala <visa@cvs.openbsd.org>2020-06-30 15:41:57 +0000
commitc04a65304d8d2798482aac1467fc7248dfe8d423 (patch)
treede260e401e7348ebd992a331a0794a41f29e38d8 /sys/arch/macppc
parent5c6c9898b556a3075f1361f12d71fd309d271ff2 (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.h3
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>