From 666b26de0f36d69500d08cf998afe3794806d6fc Mon Sep 17 00:00:00 2001 From: bje Date: Wed, 22 Jul 1998 09:24:57 +0000 Subject: 1998-07-22 Ben Elliston * implement.h (_pthread_attr_t): Moved to a public definition in pthread.h. There was little gain in hiding these details. --- implement.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/implement.h b/implement.h index 4f9a3e2..811e717 100644 --- a/implement.h +++ b/implement.h @@ -31,10 +31,6 @@ struct _pthread_cleanup_node { void * arg; }; -typedef struct { - size_t stacksize; -} _pthread_attr_t; - #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ -- cgit v1.2.3