Fix up allocation of stack space for a cothread. Previous code did not allow for...
authorDavid Schleef <ds@schleef.org>
Thu, 14 Nov 2002 11:14:52 +0000 (11:14 +0000)
committerDavid Schleef <ds@schleef.org>
Thu, 14 Nov 2002 11:14:52 +0000 (11:14 +0000)
commit5fa7e059eb078fa166083e446571acbf194b377c
tree0d9980127d187829caa339ec99d2d01971fe2c72
parent2556b83528cca73325b50054393d019ab997ce1c
Fix up allocation of stack space for a cothread.  Previous code did not allow for the underlying threading model to i...

Original commit message from CVS:
Fix up allocation of stack space for a cothread.  Previous code did
not allow for the underlying threading model to insert an unmapped
guard page.
gst/cothreads.c