about summary refs log tree commit diff
path: root/nptl
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-05-16 11:17:41 -0700
committerRoland McGrath <roland@hack.frob.com>2014-05-16 11:17:41 -0700
commitdef4bcb29ddc15d9c446264f867c72e293f0efcd (patch)
treed26209a2eefdef36b57b30082a93286c1d91a3e2 /nptl
parentd51d659d114e2edb0037b2af45d6ee36458e48d1 (diff)
downloadglibc-def4bcb29ddc15d9c446264f867c72e293f0efcd.tar.gz
glibc-def4bcb29ddc15d9c446264f867c72e293f0efcd.tar.xz
glibc-def4bcb29ddc15d9c446264f867c72e293f0efcd.zip
Split arch-fork.h from fork.h
Diffstat (limited to 'nptl')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/fork.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/fork.c b/nptl/sysdeps/unix/sysv/linux/fork.c
index 722ffce250..70201a294c 100644
--- a/nptl/sysdeps/unix/sysv/linux/fork.c
+++ b/nptl/sysdeps/unix/sysv/linux/fork.c
@@ -29,6 +29,7 @@
 #include <atomic.h>
 #include <pthreadP.h>
 #include <fork.h>
+#include <arch-fork.h>
 
 
 unsigned long int *__fork_generation_pointer;