From 7477362ce77eb4c8005b68ff64eb0e2a1d675d3f Mon Sep 17 00:00:00 2001 From: rpj Date: Tue, 6 Apr 1999 17:57:46 +0000 Subject: Wed Apr 7 09:37:00 1999 Ross Johnson * *.c (comments): Remove individual attributions - these are documented sufficiently elsewhere. * implement.h (pthread.h): Remove extraneous include. --- sched.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sched.c') diff --git a/sched.c b/sched.c index 6d53d9b..88889de 100644 --- a/sched.c +++ b/sched.c @@ -25,9 +25,9 @@ #define ENOSUP 0 -#include "sched.h" #include "pthread.h" #include "implement.h" +#include "sched.h" static int is_attr(const pthread_attr_t *attr) -- cgit v1.2.3