1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

Avoid race between {,__de}allocate_stack and __reclaim_stacks during fork

This commit is contained in:
Andreas Schwab
2011-09-15 14:48:01 +02:00
parent edc121be8b
commit 7a775e6b3d
7 changed files with 41 additions and 9 deletions

View File

@ -28,6 +28,7 @@
#include <dl-sysdep.h>
#include <dl-tls.h>
#include <tls.h>
#include <list.h>
#include <lowlevellock.h>
#include <kernel-features.h>