From d768d3b9e6ef5ee6984ede15703ce3aa6641c265 Mon Sep 17 00:00:00 2001 From: bje Date: Fri, 17 Jul 1998 14:04:02 +0000 Subject: 1998-07-18 Ben Elliston * implement.h (_pthread_condattr_t): Remove shared attribute. --- implement.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'implement.h') diff --git a/implement.h b/implement.h index 62f7892..254d86f 100644 --- a/implement.h +++ b/implement.h @@ -23,7 +23,7 @@ typedef struct { } _pthread_mutexattr_t; typedef struct { - int pshared; + /* Nothing needed yet. */ } _pthread_condattr_t; #endif /* _IMPLEMENT_H */ -- cgit v1.2.3