This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
You've already forked NetBSD
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2f928e31d3
NetBSD
/
sys
/
arch
/
arm26
/
include
/
signal.h
4 lines
87 B
C
Raw
Normal View
History
Unescape
Escape
Switch over to using the arm32 sigcontext structure. Yes, this causes binary incompatibility. Yes, it's Evil, Bad and Wrong. Nonetheless, I think it's probably the least unpleasant way to get close to binary compatibility with NetBSD/arm32, and a very much doubt there are any arm26 binaries out there that depend on the old shape of struct sigcontext.
2001-01-16 03:29:45 +03:00
/* $NetBSD: signal.h,v 1.2 2001/01/16 00:29:45 bjh21 Exp $ */
Initial commit of arm26 port
2000-05-10 01:55:44 +04:00
Switch over to using the arm32 sigcontext structure. Yes, this causes binary incompatibility. Yes, it's Evil, Bad and Wrong. Nonetheless, I think it's probably the least unpleasant way to get close to binary compatibility with NetBSD/arm32, and a very much doubt there are any arm26 binaries out there that depend on the old shape of struct sigcontext.
2001-01-16 03:29:45 +03:00
#
include
<arm/signal.h>