1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +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

@@ -29,6 +29,7 @@
#include <atomic.h>
#include <ldsodefs.h>
#include <tls.h>
#include <list.h>
#include <fork.h>
#include <version.h>
#include <shlib-compat.h>