diff options
author | Warner Losh <imp@FreeBSD.org> | 2005-04-01 23:19:43 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2005-04-01 23:19:43 +0000 |
commit | 4dd0942599dc773ee7a51589b775d9bc23b7b4ff (patch) | |
tree | 5aae2c8c5fcc6cef6a74b2a23346778a63a1e9cf /sys/pc98/include/signal.h | |
parent | 5cc3e8555fdddf27585c524f2a59283eb04ff244 (diff) |
Add reach-over include files to read i386/foo.h. In time, the pc98
specific code will migrate to these files to augment or replace the
version in i386/include and/or i386/linux. This should, in the
fullness of time, allow many of the #ifdef PC98 in the tree.
# These files are in the public domain because there is insufficient
# creative content in them. When you customize them, please add a
# copyright notice and license.
OK'd in principle by: nyan@
Notes
Notes:
svn path=/head/; revision=144513
Diffstat (limited to 'sys/pc98/include/signal.h')
-rw-r--r-- | sys/pc98/include/signal.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/pc98/include/signal.h b/sys/pc98/include/signal.h new file mode 100644 index 000000000000..0c5f6dd9a62c --- /dev/null +++ b/sys/pc98/include/signal.h @@ -0,0 +1,6 @@ +/*- + * This file is in the public domain. + */ +/* $FreeBSD$ */ + +#include <i386/signal.h> |