Use makecontext() as a generic implementation

Original commit message from CVS:
Use makecontext() as a generic implementation
This commit is contained in:
David Schleef 2002-12-09 01:41:05 +00:00
parent 62c16b78c8
commit fff07e9420

View file

@ -180,6 +180,10 @@ struct minimal_s390_stackframe {
((struct minimal_s390_stackframe *)sp)->back_chain = 0;
#elif defined(HAVE_MAKECONTEXT)
/* If we have makecontext(), we'll be using that. */
#else
#error Need to know about this architecture, or have a generic implementation
#endif