From b1452f2a0df4ba3a5c272692bd7f81015cfe3aff Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 4 Apr 2021 01:18:03 +0200 Subject: Note: cancellation points have been added to glibc 2.33 --- open_issues/libpthread_cancellation_points.mdwn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'open_issues') diff --git a/open_issues/libpthread_cancellation_points.mdwn b/open_issues/libpthread_cancellation_points.mdwn index 09127e0c..cade7779 100644 --- a/open_issues/libpthread_cancellation_points.mdwn +++ b/open_issues/libpthread_cancellation_points.mdwn @@ -40,6 +40,8 @@ pthread_setcanceltype glibc/libpthread hook in the forward structure, but we are not using it: the LIBC_CANCEL_ASYNC macros are void, and we're not using them in the mig msg call either. +Update: As of glibc 2.33, some cancellation implementation was added. The test +above seems to be working fine. # Provenance -- cgit v1.2.3