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