Merge branch 'sema-fix' into 'master'

Fix timespec for semaphore

See merge request redox-os/relibc!725
This commit is contained in:
Jeremy Soller
2025-09-22 19:20:12 -06:00
+3
View File
@@ -7,3 +7,6 @@ cpp_compat = true
[enum]
prefix_with_name = true
[export.rename]
"timespec" = "struct timespec"