mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
(struct hurd_sigstate): New member `cancel_hook'.
This commit is contained in:
parent
537257ae0f
commit
207eb76afb
@ -85,7 +85,9 @@ struct hurd_sigstate
|
||||
thread itself, and always inside a critical section. */
|
||||
struct hurd_userlink *active_resources;
|
||||
|
||||
volatile int cancel; /* Flag set by hurd_thread_cancel. */
|
||||
/* These are locked normally. */
|
||||
int cancel; /* Flag set by hurd_thread_cancel. */
|
||||
void (*cancel_hook) (void); /* Called on cancellation. */
|
||||
};
|
||||
|
||||
/* Linked list of states of all threads whose state has been asked for. */
|
||||
|
Loading…
Reference in New Issue
Block a user