aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/htl/pt-sigstate-destroy.c')
-rw-r--r--sysdeps/mach/hurd/htl/pt-sigstate-destroy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/htl/pt-sigstate-destroy.c b/sysdeps/mach/hurd/htl/pt-sigstate-destroy.c
index 02868a03c5..c829f86234 100644
--- a/sysdeps/mach/hurd/htl/pt-sigstate-destroy.c
+++ b/sysdeps/mach/hurd/htl/pt-sigstate-destroy.c
@@ -17,10 +17,12 @@
<https://www.gnu.org/licenses/>. */
#include <pthread.h>
+#include <hurd/signal.h>
#include <pt-internal.h>
void
__pthread_sigstate_destroy (struct __pthread *thread)
{
+ _hurd_sigstate_delete (thread->kernel_thread);
}