1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-03-01 01:29:28 +00:00

Remove platform support for Apollo/Domain. (#30)

This commit is contained in:
Bruce Mitchener
2020-12-13 09:07:08 +07:00
committed by GitHub
parent 69e66470a0
commit 292809694e
15 changed files with 5 additions and 137 deletions

View File

@@ -82,11 +82,6 @@ extern int ether_fd;
#include <sys/fpcontrol.h>
#endif /* AIXPS2 */
/* Apollo and Sun have different ideas about the name of this field */
#ifdef APOLLO
#define sv_flags sv_onstack
#endif
#ifdef OSF1
/* This is where FPE_FLTOVF & friends are defined */
#include <siginfo.h>