From 4d4f68e821f31e590eccaadc0d7a8b5f0ca64ee2 Mon Sep 17 00:00:00 2001 From: Kleis Auke Wolthuizen Date: Tue, 23 Nov 2021 12:52:34 +0100 Subject: [PATCH] Update pthread deny list for latest musl. NFC. --- tools/system_libs.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tools/system_libs.py b/tools/system_libs.py index 3453c01bd17a2..517583694e91d 100644 --- a/tools/system_libs.py +++ b/tools/system_libs.py @@ -786,11 +786,8 @@ def get_files(self): '__unmapself.c', # Empty files, simply ignore them. 'syscall_cp.c', 'tls.c', - # TODO: Comment out (or support) within upcoming musl upgrade. See #12216. + # TODO: Support this. See #12216. 'pthread_setname_np.c', - # TODO: No longer exists in the latest musl version. - '__futex.c', - # 'pthread_setattr_default_np.c', # TODO: These could be moved away from JS in the upcoming musl upgrade. 'pthread_cancel.c', 'pthread_join.c', 'pthread_testcancel.c',