diff options
author | rpj <rpj> | 1999-04-06 17:57:46 +0000 |
---|---|---|
committer | rpj <rpj> | 1999-04-06 17:57:46 +0000 |
commit | 7477362ce77eb4c8005b68ff64eb0e2a1d675d3f (patch) | |
tree | 0ded6129e5831f4bd94754e6e245094d199372ed /sched.c | |
parent | 451bb0670ddd5f5c0606410f2b5f51733119645d (diff) |
Wed Apr 7 09:37:00 1999 Ross Johnson <rpj@ixobrychus.canberra.edu.au>
* *.c (comments): Remove individual attributions - these are
documented sufficiently elsewhere.
* implement.h (pthread.h): Remove extraneous include.
Diffstat (limited to 'sched.c')
-rw-r--r-- | sched.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |