diff options
author | Pino Toscano <toscano.pino@tiscali.it> | 2012-09-28 01:08:17 +0200 |
---|---|---|
committer | Pino Toscano <toscano.pino@tiscali.it> | 2012-09-28 01:08:17 +0200 |
commit | c39bc8b8254364fda301a89180130c3586859d75 (patch) | |
tree | df72c9932ec2c757f5cd4c4cd000cbf32e8e2bca /rt/tst-aio3.c | |
parent | 1ccc2399144ecf95f0246326d2dae30bf95e6107 (diff) | |
download | glibc-c39bc8b8254364fda301a89180130c3586859d75.zip glibc-c39bc8b8254364fda301a89180130c3586859d75.tar.gz glibc-c39bc8b8254364fda301a89180130c3586859d75.tar.bz2 |
Include <pthread.h> where needed.
Diffstat (limited to 'rt/tst-aio3.c')
-rw-r--r-- | rt/tst-aio3.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rt/tst-aio3.c b/rt/tst-aio3.c index 4d1fe8e..133e386 100644 --- a/rt/tst-aio3.c +++ b/rt/tst-aio3.c @@ -1,5 +1,5 @@ /* Test for notification mechanism in lio_listio. - Copyright (C) 2000, 2002, 2006 Free Software Foundation, Inc. + Copyright (C) 2000-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -22,6 +22,7 @@ #include <stdlib.h> #include <unistd.h> #include <errno.h> +#include <pthread.h> static pthread_barrier_t b; |