]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - hurd/hurd/signal.h
Mon Mar 27 02:23:15 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
[thirdparty/glibc.git] / hurd / hurd / signal.h
index 76007d5037d7ac9b25a54f58817c8c5da6a5b942..d88d287de38ea4ae2ee87bf03c583f9256505751 100644 (file)
@@ -79,6 +79,11 @@ struct hurd_sigstate
        will be passed to sigreturn after running the handler for a pending
        signal, instead of examining the thread state.  */
     struct sigcontext *context;
+
+    /* This is the head of the thread's list of active resources; see
+       <hurd/userlink.h> for details.  This member is only used by the
+       thread itself, and always inside a critical section.  */
+    struct hurd_userlink *active_resources;
   };
 
 /* Linked list of states of all threads whose state has been asked for.  */