diff options
Diffstat (limited to 'nptl/forward.c')
-rw-r--r-- | nptl/forward.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nptl/forward.c b/nptl/forward.c index 2076495..cf32d8c 100644 --- a/nptl/forward.c +++ b/nptl/forward.c @@ -56,7 +56,6 @@ name decl \ FORWARD2 (name, int, decl, params, return defretval) -FORWARD (pthread_condattr_destroy, (pthread_condattr_t *attr), (attr), 0) FORWARD (pthread_condattr_init, (pthread_condattr_t *attr), (attr), 0) #if SHLIB_COMPAT(libc, GLIBC_2_0, GLIBC_2_3_2) |