| Index: fusl/src/thread/pthread_rwlock_destroy.c
|
| diff --git a/fusl/src/thread/pthread_rwlock_destroy.c b/fusl/src/thread/pthread_rwlock_destroy.c
|
| index 49ecfbd028537f588fa13f84069626f9657976f4..173148dd96d0f164060131e9cecbd7f294d45daa 100644
|
| --- a/fusl/src/thread/pthread_rwlock_destroy.c
|
| +++ b/fusl/src/thread/pthread_rwlock_destroy.c
|
| @@ -1,6 +1,5 @@
|
| #include "pthread_impl.h"
|
|
|
| -int pthread_rwlock_destroy(pthread_rwlock_t *rw)
|
| -{
|
| - return 0;
|
| +int pthread_rwlock_destroy(pthread_rwlock_t* rw) {
|
| + return 0;
|
| }
|
|
|