summaryrefslogtreecommitdiff
path: root/linuxthreads/sysdeps/pthread/nptl-struct-pthread.sym
blob: 8df995270ee5306fc2312b0cbdcb80bb878f4f45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifdef HAVE_TLS_SUPPORT
# ifndef HAVE_FORCED_UNWIND
#  define HAVE_FORCED_UNWIND 1
# endif
# define __need_struct_pthread_size
# include <nptl/descr.h>
#endif

--

#ifdef HAVE_TLS_SUPPORT
NPTL_STRUCT_PTHREAD_SIZE	sizeof (struct pthread)
#endif