Remove LWP code for targets we no longer support: VAX/MIPS Ultrix

(dropped in Make.sysdefs rev. 1.12), 386 USL/Unixware (unclear, long
ago), 386BSD (never been?)
This commit is contained in:
Markus Armbruster 2005-12-05 21:07:24 +00:00
parent 081e60d86e
commit 955fab9d86
4 changed files with 14 additions and 194 deletions

View file

@ -39,7 +39,7 @@ void lwpInitContext(volatile struct lwpProc * volatile, void *);
#else
void lwpInitContext(struct lwpProc *, void *);
#endif
#if (defined(hpux) && !defined(hpc)) || defined(MIPS) || defined(AIX32) || defined(ALPHA) || defined(__vax)
#if (defined(hpux) && !defined(hpc)) || defined(AIX32) || defined(ALPHA)
int lwpSave(jmp_buf);
void lwpRestore(jmp_buf);
#elif defined(SUN4)