From 415ef7d8934577f9f9b460e5ebdf040aaa867b4c Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 14 Mar 2003 23:12:09 +0000 Subject: * allocatestack.c (__stack_user): Use hidden_data_def. * pthread_create.c (__pthread_keys): Likewise. * init.c [__powerpc__] (__NR_set_tid_address): Define it. * tst-fork4.c: New file. * Makefile (tests): Add it. --- nptl/allocatestack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl/allocatestack.c') diff --git a/nptl/allocatestack.c b/nptl/allocatestack.c index 8e77543927..45e4d87c49 100644 --- a/nptl/allocatestack.c +++ b/nptl/allocatestack.c @@ -102,7 +102,7 @@ static LIST_HEAD (stack_used); /* List of the threads with user provided stacks in use. No need to initialize this, since it's done in __pthread_initialize_minimal. */ list_t __stack_user __attribute__ ((nocommon)); -hidden_def (__stack_user) +hidden_data_def (__stack_user) #if COLORING_INCREMENT != 0 /* Number of threads created. */ -- cgit v1.2.3