diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-05-10 22:07:01 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-05-10 22:07:01 +0000 |
commit | 80cbb3c72f3277e7b7586a8ea3aa57559f5ee05a (patch) | |
tree | 5fd2eba8053860452b5a19020d7d03cf24b46ac5 /sys/arch | |
parent | f26ef62c672b4c813643a8ffa06f37239e03ddb8 (diff) |
More headers needed by userland.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/socppc/include/float.h | 3 | ||||
-rw-r--r-- | sys/arch/socppc/include/ieee.h | 3 | ||||
-rw-r--r-- | sys/arch/socppc/include/ieeefp.h | 3 | ||||
-rw-r--r-- | sys/arch/socppc/include/profile.h | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/sys/arch/socppc/include/float.h b/sys/arch/socppc/include/float.h new file mode 100644 index 00000000000..939a9e8784e --- /dev/null +++ b/sys/arch/socppc/include/float.h @@ -0,0 +1,3 @@ +/* $OpenBSD: float.h,v 1.1 2008/05/10 22:07:00 kettenis Exp $ */ + +#include <powerpc/float.h> diff --git a/sys/arch/socppc/include/ieee.h b/sys/arch/socppc/include/ieee.h new file mode 100644 index 00000000000..dc0cf138db4 --- /dev/null +++ b/sys/arch/socppc/include/ieee.h @@ -0,0 +1,3 @@ +/* $OpenBSD: ieee.h,v 1.1 2008/05/10 22:07:00 kettenis Exp $ */ + +#include <powerpc/ieee.h> diff --git a/sys/arch/socppc/include/ieeefp.h b/sys/arch/socppc/include/ieeefp.h new file mode 100644 index 00000000000..d489bd294fa --- /dev/null +++ b/sys/arch/socppc/include/ieeefp.h @@ -0,0 +1,3 @@ +/* $OpenBSD: ieeefp.h,v 1.1 2008/05/10 22:07:00 kettenis Exp $ */ + +#include <powerpc/ieeefp.h> diff --git a/sys/arch/socppc/include/profile.h b/sys/arch/socppc/include/profile.h new file mode 100644 index 00000000000..2b0b17415c6 --- /dev/null +++ b/sys/arch/socppc/include/profile.h @@ -0,0 +1,3 @@ +/* $OpenBSD: profile.h,v 1.1 2008/05/10 22:07:00 kettenis Exp $ */ + +#include <powerpc/profile.h> |