From 2d32c4f00084f68a390e8fa4291acb49e9c0df8e Mon Sep 17 00:00:00 2001 From: joseph Date: Wed, 10 Oct 2012 15:35:46 +0000 Subject: Merge changes between r20863 and r21108 from /fsf/trunk. git-svn-id: svn://svn.eglibc.org/trunk@21109 7b3dc134-2b1b-0410-93df-9e9f96275f8d --- libc/rt/tst-aio2.c | 3 ++- libc/rt/tst-aio3.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'libc/rt') diff --git a/libc/rt/tst-aio2.c b/libc/rt/tst-aio2.c index 897d37d8b..01a94fe27 100644 --- a/libc/rt/tst-aio2.c +++ b/libc/rt/tst-aio2.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. Contributed by Ulrich Drepper , 2000. @@ -23,6 +23,7 @@ #include #include #include +#include static pthread_barrier_t b; diff --git a/libc/rt/tst-aio3.c b/libc/rt/tst-aio3.c index 4d1fe8e97..133e386cd 100644 --- a/libc/rt/tst-aio3.c +++ b/libc/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 #include #include +#include static pthread_barrier_t b; -- cgit v1.2.3