cuserid: support invocation with a null pointer argument
[musl.git] / src / thread / pthread_rwlockattr_destroy.c
blobfc8d611aea9e2ad2313f9c912b2f52674422143e
1 #include "pthread_impl.h"
3 int pthread_rwlockattr_destroy(pthread_rwlockattr_t *a)
5 return 0;