diff options
Diffstat (limited to 'libpthread/nptl/pthread_condattr_destroy.c')
-rw-r--r-- | libpthread/nptl/pthread_condattr_destroy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpthread/nptl/pthread_condattr_destroy.c b/libpthread/nptl/pthread_condattr_destroy.c index bdb644152..dcaaa0fd5 100644 --- a/libpthread/nptl/pthread_condattr_destroy.c +++ b/libpthread/nptl/pthread_condattr_destroy.c @@ -21,6 +21,7 @@ int +attribute_protected __pthread_condattr_destroy (pthread_condattr_t *attr) { /* Nothing to be done. */ |