diff options
author | rpj <rpj> | 2004-10-19 13:24:40 +0000 |
---|---|---|
committer | rpj <rpj> | 2004-10-19 13:24:40 +0000 |
commit | 8c8bcc5d1737002a9d153105c16b262d2e201efa (patch) | |
tree | ba43c6049cc7e361a3eb875015aeb4032c01c559 /tests/semaphore2.c | |
parent | 45b1b8cb2a6588f9316f780d8cefe11c181a9a17 (diff) |
Semaphore speedups - alpha, but passes testsuite
Diffstat (limited to 'tests/semaphore2.c')
-rw-r--r-- | tests/semaphore2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/semaphore2.c b/tests/semaphore2.c index 8e264ea..e3663d9 100644 --- a/tests/semaphore2.c +++ b/tests/semaphore2.c @@ -73,7 +73,7 @@ #include "test.h" -#define MAX_COUNT 100000 +#define MAX_COUNT 100 int main() |