mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
Windows LWP and UNIX LWP do not have the same lwp_cpptr structure
Windows LWP uses Windows Fibers. There is no 'stack' field. Change-Id: I8ebc7b355642f9e3ad6f2953345b9858ab9c151a Reviewed-on: http://gerrit.openafs.org/1638 Reviewed-by: Jeffrey Altman <jaltman@openafs.org> Tested-by: Jeffrey Altman <jaltman@openafs.org>
This commit is contained in:
parent
7f1441b9e6
commit
88305c3065
@ -1147,8 +1147,8 @@ static void *
|
||||
do_interrupt(void * unused)
|
||||
{
|
||||
if (interrupt) {
|
||||
#ifndef AFS_PTHREAD_ENV
|
||||
/* Avoid LWP from getting confused that our stack has suddenly
|
||||
#if !defined(AFS_PTHREAD_ENV) && !defined(AFS_NT40_ENV)
|
||||
/* Avoid UNIX LWP from getting confused that our stack has suddenly
|
||||
* changed. This will avoid some sanity checks, but until a better way
|
||||
* is found, the only alternative is always crashing and burning on at
|
||||
* least the stack-overflow check. */
|
||||
|
Loading…
Reference in New Issue
Block a user