diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-09-01 15:49:07 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-09-01 15:49:07 +0000 |
commit | 65997b0cdeb6b9e16cdbbb314ede217802895ade (patch) | |
tree | bc94445005d87ce5bb877ac490e9dde833e03342 /sys/arch/macppc/include/signal.h | |
parent | b0437314cc10bd43e476454d2df24ec3d953247f (diff) |
The "powerpc" port which has supported the newer Apple Macintosh powerpc based
is being renamed to macppc. This is to allow sharing of common code
between different powerpc base platforms.
Most of the work involved in the renaming process was performed by miod@
Files moved from powerpc/include to macppc/include
Some files were not "moved" but wrapper files were created which include
the powerpc/include version.
Several of the powerpc/include files where changed to reflect that they
are POWERPC_* not MACHINE_*.
Diffstat (limited to 'sys/arch/macppc/include/signal.h')
-rw-r--r-- | sys/arch/macppc/include/signal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/arch/macppc/include/signal.h b/sys/arch/macppc/include/signal.h new file mode 100644 index 00000000000..f3317493ecb --- /dev/null +++ b/sys/arch/macppc/include/signal.h @@ -0,0 +1,3 @@ +/* $OpenBSD: signal.h,v 1.1 2001/09/01 15:49:06 drahn Exp $ */ + +#include <powerpc/signal.h> |