summaryrefslogtreecommitdiff
path: root/test/pthread/ex7.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/pthread/ex7.c')
-rw-r--r--test/pthread/ex7.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pthread/ex7.c b/test/pthread/ex7.c
index fadaccaa1..bda2ca9eb 100644
--- a/test/pthread/ex7.c
+++ b/test/pthread/ex7.c
@@ -25,7 +25,7 @@ event_t main_event;
void *
test_thread (void *ms_param)
{
- int status = 0;
+ unsigned long status = 0;
event_t foo;
struct timespec time;
struct timeval now;