diff options
Diffstat (limited to 'src/thread/pthread_mutexattr_destroy.c')
-rw-r--r-- | src/thread/pthread_mutexattr_destroy.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/thread/pthread_mutexattr_destroy.c b/src/thread/pthread_mutexattr_destroy.c index 9fd69747..036ad6eb 100644 --- a/src/thread/pthread_mutexattr_destroy.c +++ b/src/thread/pthread_mutexattr_destroy.c @@ -4,3 +4,11 @@ int pthread_mutexattr_destroy(pthread_mutexattr_t *a) { return 0; } + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |