remove useless field in pthread struct (wasted a good bit of space)
authorRich Felker <dalias@aerifal.cx>
Tue, 29 Mar 2011 00:29:08 +0000 (20:29 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 29 Mar 2011 00:29:08 +0000 (20:29 -0400)
src/internal/pthread_impl.h

index e3a9a0e..c8fa4b1 100644 (file)
@@ -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;