| Index: fusl/src/thread/pthread_condattr_destroy.c
|
| diff --git a/fusl/src/thread/pthread_condattr_destroy.c b/fusl/src/thread/pthread_condattr_destroy.c
|
| index c54ec4122e8a9caab934e3bc472d78798c1dd6a4..4efca98e49d5f70df36ff370b0bea14b961a82de 100644
|
| --- a/fusl/src/thread/pthread_condattr_destroy.c
|
| +++ b/fusl/src/thread/pthread_condattr_destroy.c
|
| @@ -1,6 +1,5 @@
|
| #include "pthread_impl.h"
|
|
|
| -int pthread_condattr_destroy(pthread_condattr_t *a)
|
| -{
|
| - return 0;
|
| +int pthread_condattr_destroy(pthread_condattr_t* a) {
|
| + return 0;
|
| }
|
|
|