| Index: fusl/src/thread/pthread_rwlockattr_destroy.c
|
| diff --git a/fusl/src/thread/pthread_rwlockattr_destroy.c b/fusl/src/thread/pthread_rwlockattr_destroy.c
|
| index fc8d611aea9e2ad2313f9c912b2f52674422143e..86524057cbf2a35284d4e575689bfe6a780af111 100644
|
| --- a/fusl/src/thread/pthread_rwlockattr_destroy.c
|
| +++ b/fusl/src/thread/pthread_rwlockattr_destroy.c
|
| @@ -1,6 +1,5 @@
|
| #include "pthread_impl.h"
|
|
|
| -int pthread_rwlockattr_destroy(pthread_rwlockattr_t *a)
|
| -{
|
| - return 0;
|
| +int pthread_rwlockattr_destroy(pthread_rwlockattr_t* a) {
|
| + return 0;
|
| }
|
|
|