aboutsummaryrefslogtreecommitdiff
path: root/lib/libc_r/uthread/pthread_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc_r/uthread/pthread_private.h')
-rw-r--r--lib/libc_r/uthread/pthread_private.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/libc_r/uthread/pthread_private.h b/lib/libc_r/uthread/pthread_private.h
index 8bc2d3fbcae8..560ea44d6145 100644
--- a/lib/libc_r/uthread/pthread_private.h
+++ b/lib/libc_r/uthread/pthread_private.h
@@ -572,11 +572,6 @@ struct pthread {
sigset_t sigmask;
sigset_t sigpend;
-#ifndef _NO_UNDISPATCH
- /* Non-zero if there are undispatched signals for this thread. */
- int undispatched_signals;
-#endif
-
/* Thread state: */
enum pthread_state state;
enum pthread_state oldstate;