diff options
| author | bje <bje> | 1998-07-22 09:24:57 +0000 | 
|---|---|---|
| committer | bje <bje> | 1998-07-22 09:24:57 +0000 | 
| commit | 666b26de0f36d69500d08cf998afe3794806d6fc (patch) | |
| tree | 0007ece98455a41bad1c0997b695cb015114a1b9 | |
| parent | ac165ba9bfdfd92f62c65ab0449852eff7bd4d91 (diff) | |
1998-07-22  Ben Elliston  <bje@cygnus.com>
	* implement.h (_pthread_attr_t): Moved to a public definition in
	pthread.h.  There was little gain in hiding these details.
| -rw-r--r-- | implement.h | 4 | 
1 files changed, 0 insertions, 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 */ | 
