Port-vax archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
-current won't build; sendsig_sigcontext
I know this is a reported bug, but -current won't build for vax.
void
sendsig_sigcontext(const ksiginfo_t *ksi, const sigset_t *mask)
{
#error Implement sendsig_sigcontext
#if 0 /* This is the amd64 implementation */
printf("sendsig_sigcontext: illegal\n");
sigexit(curlwp, SIGILL);
#endif
}
Can anyone briefly describe what has to be done?
Apparently this is caused by COMPAT_16 which allows one to sun NetBSD
1.6 binaries?
it looks like setupstack_sigcontext2 is pretty close.
-brad
Home |
Main Index |
Thread Index |
Old Index