devkitPro / wut

Let's try to make a Wii U Toolchain / SDK for creating rpx/rpl.
zlib License
244 stars 52 forks source link

Implement __syscall_getreent #318

Closed GaryOderNichts closed 1 year ago

GaryOderNichts commented 1 year ago

Currently all threads share the same reent. This implements the getreent syscall using thread specifics to ensure each thread has its own reent.