diff options
Diffstat (limited to 'nptl/allocatestack.c')
-rw-r--r-- | nptl/allocatestack.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/allocatestack.c b/nptl/allocatestack.c index 2aaaaeca9c..e9e1cfd1cd 100644 --- a/nptl/allocatestack.c +++ b/nptl/allocatestack.c @@ -70,6 +70,7 @@ static LIST_HEAD (stack_used); /* List of the threads with user provided stacks in use. */ LIST_HEAD (__stack_user); +hidden_def (__stack_user) /* Number of threads running. */ static unsigned int nptl_nthreads = 1; |