* linux-low.c: Include <sched.h>.
This commit is contained in:
parent
c40e75cd6e
commit
f9387fc3b0
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-11-05 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* linux-low.c: Include <sched.h>.
|
||||
|
||||
2007-11-01 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* linux-low.c (linux_tracefork_grandchild): New.
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
#include <sys/syscall.h>
|
||||
#include <sched.h>
|
||||
|
||||
#ifndef PTRACE_GETSIGINFO
|
||||
# define PTRACE_GETSIGINFO 0x4202
|
||||
|
|
Loading…
Reference in a new issue