Browse Source

* linux-low.c: Include <sched.h>.

insight_6_8-branch
Daniel Jacobowitz 19 years ago
parent
commit
f9387fc3b0
  1. 4
      gdb/gdbserver/ChangeLog
  2. 1
      gdb/gdbserver/linux-low.c

4
gdb/gdbserver/ChangeLog

@ -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.

1
gdb/gdbserver/linux-low.c

@ -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…
Cancel
Save