Include needed headers that were obtained through <pthread.h>. Sort headers

while here.
This commit is contained in:
Stefan Farfeleder 2005-09-01 15:21:23 +00:00
parent 5201042924
commit 7e4cbc3a50
11 changed files with 28 additions and 9 deletions

View File

@ -26,10 +26,13 @@
* $FreeBSD$
*/
#include <sys/types.h>
#include <errno.h>
#include <stdlib.h>
#include <pthread.h>
#include <atomic_ops.h>
#include <stdint.h>
#include <stdlib.h>
#include "atomic_ops.h"
#include "thr_private.h"
#define SPIN_COUNT 10000

View File

@ -30,6 +30,7 @@
*/
#include "namespace.h"
#include <sys/types.h>
#include <sys/queue.h>
#include <errno.h>
#include <fcntl.h>

View File

@ -31,11 +31,14 @@
*
* $FreeBSD$
*/
#include <signal.h>
#include <sys/types.h>
#include <sys/signalvar.h>
#include <errno.h>
#include <pthread.h>
#include <signal.h>
#include <string.h>
#include <sys/signalvar.h>
#include "thr_private.h"
__weak_reference(__sigsuspend, sigsuspend);

View File

@ -32,6 +32,7 @@
* $FreeBSD$
*/
#include <sys/types.h>
#include <stddef.h>
#include <pthread.h>
#include <rtld.h>

View File

@ -26,10 +26,13 @@
* $FreeBSD$
*/
#include <sys/types.h>
#include <errno.h>
#include <stdlib.h>
#include <pthread.h>
#include <atomic_ops.h>
#include <stdint.h>
#include <stdlib.h>
#include "atomic_ops.h"
#include "thr_private.h"
#define SPIN_COUNT 10000

View File

@ -30,6 +30,7 @@
*/
#include "namespace.h"
#include <sys/types.h>
#include <sys/queue.h>
#include <errno.h>
#include <fcntl.h>

View File

@ -31,11 +31,14 @@
*
* $FreeBSD$
*/
#include <signal.h>
#include <sys/types.h>
#include <sys/signalvar.h>
#include <errno.h>
#include <pthread.h>
#include <signal.h>
#include <string.h>
#include <sys/signalvar.h>
#include "thr_private.h"
__weak_reference(__sigsuspend, sigsuspend);

View File

@ -32,6 +32,7 @@
* $FreeBSD$
*/
#include <sys/types.h>
#include <stddef.h>
#include <pthread.h>
#include <rtld.h>

View File

@ -33,12 +33,13 @@
* $FreeBSD$
*/
#include <sys/types.h>
#include <sys/signalvar.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <stddef.h>
#include <pthread.h>
#include <sys/signalvar.h>
#include "thr_private.h"

View File

@ -31,6 +31,7 @@
*/
#include "namespace.h"
#include <sys/types.h>
#include <sys/queue.h>
#include <errno.h>
#include <fcntl.h>

View File

@ -32,6 +32,7 @@
* $FreeBSD$
*/
#include <sys/types.h>
#include <stddef.h>
#include <pthread.h>
#include <rtld.h>