mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-30 00:52:16 +08:00
* linux-low.c: Include <sched.h>.
This commit is contained in:
@ -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>
|
2007-11-01 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
* linux-low.c (linux_tracefork_grandchild): New.
|
* linux-low.c (linux_tracefork_grandchild): New.
|
||||||
|
@ -34,6 +34,7 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <sys/syscall.h>
|
#include <sys/syscall.h>
|
||||||
|
#include <sched.h>
|
||||||
|
|
||||||
#ifndef PTRACE_GETSIGINFO
|
#ifndef PTRACE_GETSIGINFO
|
||||||
# define PTRACE_GETSIGINFO 0x4202
|
# define PTRACE_GETSIGINFO 0x4202
|
||||||
|
Reference in New Issue
Block a user