fix syscall tls recursion
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
fix syscall tls recursion
Ramon Nou
requested to merge
rnou/fix_syscall_tls
into
master
Aug 06, 2025
Overview
0
Commits
2
Pipelines
3
Changes
2
Syscall causes a recursion issue due to thread_local, changing it to pthread methods avoids it.
Merge request reports
Loading