Skip to content

Commit 8b6cc91

Browse files
authored
Update pthread deny list for latest musl. NFC. (#15602)
1 parent 8cebb9b commit 8b6cc91

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

tools/system_libs.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -786,11 +786,8 @@ def get_files(self):
786786
'__unmapself.c',
787787
# Empty files, simply ignore them.
788788
'syscall_cp.c', 'tls.c',
789-
# TODO: Comment out (or support) within upcoming musl upgrade. See #12216.
789+
# TODO: Support this. See #12216.
790790
'pthread_setname_np.c',
791-
# TODO: No longer exists in the latest musl version.
792-
'__futex.c',
793-
# 'pthread_setattr_default_np.c',
794791
# TODO: These could be moved away from JS in the upcoming musl upgrade.
795792
'pthread_cancel.c',
796793
'pthread_join.c', 'pthread_testcancel.c',

0 commit comments

Comments
 (0)