]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Include <pthread.h> where needed.
authorPino Toscano <toscano.pino@tiscali.it>
Thu, 27 Sep 2012 23:08:17 +0000 (01:08 +0200)
committerPino Toscano <toscano.pino@tiscali.it>
Thu, 27 Sep 2012 23:08:17 +0000 (01:08 +0200)
ChangeLog
rt/tst-aio2.c
rt/tst-aio3.c

index d2b2e24e6f6c1e4659322a013912e631f1b2232c..c55a72e271fc74334ecd4a36f59d20254918ec36 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
+
+       * rt/tst-aio2.c: Include <pthread.h>.
+       * rt/tst-aio3.c: Likewise.
+
 2012-09-27  Steve Ellcey  <sellcey@mips.com>
 
        * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
index 897d37d8bd4fdfc4bcd8b7b80884a049504be804..01a94fe2705ff7af3361ac23a6cfb348a36d139a 100644 (file)
@@ -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 <drepper@cygnus.com>, 2000.
 
@@ -23,6 +23,7 @@
 #include <stdlib.h>
 #include <unistd.h>
 #include <errno.h>
+#include <pthread.h>
 
 
 static pthread_barrier_t b;
index 4d1fe8e979c268df50f78ec932ad273af0f6e3e1..133e386cd3ebc51a2cc7516ba4917e6ae46b43d7 100644 (file)
@@ -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;