sunfishcode / c-ward

An implementation of libc written in Rust
Other
188 stars 11 forks source link

Implement `pthread_attr_getstacksize` and more error checking. #63

Closed sunfishcode closed 10 months ago

sunfishcode commented 10 months ago

Add error checking to pthread_mutex_unlock, pthread_rwlock_unlock, pthread_getspecific, and pthread_setspecific.