diff options
author | Florian Weimer <fweimer@redhat.com> | 2019-08-15 10:51:23 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-08-15 13:06:50 +0200 |
commit | fa57c3019320bb771cfbbc099e3ca31eb4696ad3 (patch) | |
tree | 6f0a9495e323730dd0db55fd4d0c8ec36b3889db /nptl/forward.c | |
parent | 56e098118a31753a9f755948bb5a47bc7111e214 (diff) | |
download | glibc-fa57c3019320bb771cfbbc099e3ca31eb4696ad3.tar glibc-fa57c3019320bb771cfbbc099e3ca31eb4696ad3.tar.gz glibc-fa57c3019320bb771cfbbc099e3ca31eb4696ad3.tar.bz2 glibc-fa57c3019320bb771cfbbc099e3ca31eb4696ad3.zip |
nptl: Move pthread_attr_destroy implementation into libc
Diffstat (limited to 'nptl/forward.c')
-rw-r--r-- | nptl/forward.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nptl/forward.c b/nptl/forward.c index 3ec9a46078..c7d385be6e 100644 --- a/nptl/forward.c +++ b/nptl/forward.c @@ -56,8 +56,6 @@ name decl \ FORWARD2 (name, int, decl, params, return defretval) -FORWARD (pthread_attr_destroy, (pthread_attr_t *attr), (attr), 0) - #if SHLIB_COMPAT(libc, GLIBC_2_0, GLIBC_2_1) FORWARD (__pthread_attr_init_2_0, (pthread_attr_t *attr), (attr), 0) compat_symbol (libc, __pthread_attr_init_2_0, pthread_attr_init, GLIBC_2_0); |