diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2004-12-31 00:04:36 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2004-12-31 00:04:36 +0000 |
commit | 58f7a10b6910b18b245ca5e6995173777513987b (patch) | |
tree | c6218832926b034e575fd8c647a0abed5f29a716 /sys/arch/zaurus/include/stdarg.h | |
parent | 3e2923d918820b57513c2f1a63841ef8a23bbd26 (diff) |
Port of OpenBSD to the Zaurus, currently running on C860, soon C3000.
Diffstat (limited to 'sys/arch/zaurus/include/stdarg.h')
-rw-r--r-- | sys/arch/zaurus/include/stdarg.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/arch/zaurus/include/stdarg.h b/sys/arch/zaurus/include/stdarg.h new file mode 100644 index 00000000000..ecec78f756b --- /dev/null +++ b/sys/arch/zaurus/include/stdarg.h @@ -0,0 +1,3 @@ +/* $NetBSD: stdarg.h,v 1.3 2001/11/25 15:55:58 thorpej Exp $ */ + +#include <arm/stdarg.h> |