From fa57c3019320bb771cfbbc099e3ca31eb4696ad3 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 15 Aug 2019 10:51:23 +0200 Subject: nptl: Move pthread_attr_destroy implementation into libc --- nptl/pthread_attr_destroy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl/pthread_attr_destroy.c') diff --git a/nptl/pthread_attr_destroy.c b/nptl/pthread_attr_destroy.c index e013f3d059..182203139f 100644 --- a/nptl/pthread_attr_destroy.c +++ b/nptl/pthread_attr_destroy.c @@ -29,7 +29,7 @@ __pthread_attr_destroy (pthread_attr_t *attr) iattr = (struct pthread_attr *) attr; -#if SHLIB_COMPAT(libpthread, GLIBC_2_0, GLIBC_2_1) +#if SHLIB_COMPAT(libc, GLIBC_2_0, GLIBC_2_1) /* In old struct pthread_attr, neither next nor cpuset are present. */ if (__builtin_expect ((iattr->flags & ATTR_FLAG_OLDATTR), 0) == 0) -- cgit v1.2.3