diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-05-16 11:17:41 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-05-16 11:17:41 -0700 |
commit | def4bcb29ddc15d9c446264f867c72e293f0efcd (patch) | |
tree | d26209a2eefdef36b57b30082a93286c1d91a3e2 /nptl | |
parent | d51d659d114e2edb0037b2af45d6ee36458e48d1 (diff) | |
download | glibc-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.c | 1 |
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; |