diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2021-04-04 01:18:03 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2021-04-04 01:18:03 +0200 |
commit | b1452f2a0df4ba3a5c272692bd7f81015cfe3aff (patch) | |
tree | a35db00869f8b067b628993af84aad73af0fcff3 | |
parent | c51692d3eb763c77312edd351b7e5503f68d32c7 (diff) |
Note: cancellation points have been added to glibc 2.33
-rw-r--r-- | open_issues/libpthread_cancellation_points.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
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 |