From 7e4a4a062e3233b04f4d5ca3c728aca70261660d Mon Sep 17 00:00:00 2001 From: bje Date: Fri, 17 Jul 1998 08:09:47 +0000 Subject: 1998-07-17 Ben Elliston * implement.h (_pthread_mutexattr_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 2e8cbca..62f7892 100644 --- a/implement.h +++ b/implement.h @@ -19,7 +19,7 @@ typedef struct { } _pthread_attr_t; typedef struct { - int pshared; + /* Nothing needed yet. */ } _pthread_mutexattr_t; typedef struct { -- cgit v1.2.3