We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cebb9b commit 8b6cc91Copy full SHA for 8b6cc91
1 file changed
tools/system_libs.py
@@ -786,11 +786,8 @@ def get_files(self):
786
'__unmapself.c',
787
# Empty files, simply ignore them.
788
'syscall_cp.c', 'tls.c',
789
- # TODO: Comment out (or support) within upcoming musl upgrade. See #12216.
+ # TODO: Support this. See #12216.
790
'pthread_setname_np.c',
791
- # TODO: No longer exists in the latest musl version.
792
- '__futex.c',
793
- # 'pthread_setattr_default_np.c',
794
# TODO: These could be moved away from JS in the upcoming musl upgrade.
795
'pthread_cancel.c',
796
'pthread_join.c', 'pthread_testcancel.c',
0 commit comments