diff options
-rw-r--r-- | src/lanes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lanes.c b/src/lanes.c index e0374cc..6c044d1 100644 --- a/src/lanes.c +++ b/src/lanes.c | |||
@@ -1210,7 +1210,7 @@ static int selfdestruct_gc( lua_State *L) | |||
1210 | // or single Yield. I don't have machine to test that (so leaving | 1210 | // or single Yield. I don't have machine to test that (so leaving |
1211 | // for timed approach). -- AKa 25-Oct-2008 | 1211 | // for timed approach). -- AKa 25-Oct-2008 |
1212 | 1212 | ||
1213 | #ifdef PLATFORM_LINUX | 1213 | #if 0 // def PLATFORM_LINUX |
1214 | // It seems enough for Linux to have a single yield here, which allows | 1214 | // It seems enough for Linux to have a single yield here, which allows |
1215 | // other threads (timer lane) to proceed. Without the yield, there is | 1215 | // other threads (timer lane) to proceed. Without the yield, there is |
1216 | // segfault. | 1216 | // segfault. |