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:
parent
081e60d86e
commit
955fab9d86
4 changed files with 14 additions and 194 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue