From 83b6c9e052ed8c813c03a5517943b61caef6b065 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Mon, 28 Mar 2011 20:29:08 -0400 Subject: remove useless field in pthread struct (wasted a good bit of space) --- src/internal/pthread_impl.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/internal') diff --git a/src/internal/pthread_impl.h b/src/internal/pthread_impl.h index e3a9a0e0..c8fa4b11 100644 --- a/src/internal/pthread_impl.h +++ b/src/internal/pthread_impl.h @@ -30,7 +30,6 @@ struct pthread { void *start_arg; void *(*start)(void *); void *result; - jmp_buf exit_jmp_buf; int detached; int exitlock; struct __ptcb *cancelbuf; -- cgit v1.2.1