Skip to content

Commit

Permalink
Include <pthread.h> where needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pino Toscano committed Sep 27, 2012
1 parent 1ccc239 commit c39bc8b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 2 additions & 1 deletion rt/tst-aio2.c
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -23,6 +23,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
#include <pthread.h>


static pthread_barrier_t b;
Expand Down
3 changes: 2 additions & 1 deletion rt/tst-aio3.c
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -22,6 +22,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
#include <pthread.h>

static pthread_barrier_t b;

Expand Down

0 comments on commit c39bc8b

Please sign in to comment.