public inbox for rda@sourceware.org
 help / color / mirror / Atom feed
* [commit] Include <syscall.h> in ptrace.c
@ 2009-11-23 20:18 Kevin Buettner
  0 siblings, 0 replies; only message in thread
From: Kevin Buettner @ 2009-11-23 20:18 UTC (permalink / raw)
  To: rda

I've just committed the patch below.  It's needed so that kill_lwp()
will be able to find SYS_tkill if it exists.

	* ptrace-target.c (syscall.h): Include.

Index: ptrace-target.c
===================================================================
RCS file: /cvs/src/src/rda/unix/ptrace-target.c,v
retrieving revision 1.14
diff -u -p -r1.14 ptrace-target.c
--- ptrace-target.c	3 Oct 2006 22:49:05 -0000	1.14
+++ ptrace-target.c	23 Nov 2009 20:13:00 -0000
@@ -49,6 +49,8 @@
 #include "lwp-ctrl.h"
 #include "diagnostics.h"
 
+#include <syscall.h>
+
 /* This is unix ptrace gdbserv target that uses the RDA library to implement
    a remote gdbserver on a unix ptrace host.  It controls the process
    to be debugged on the linux host, allowing GDB to pull the strings

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-11-23 20:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-23 20:18 [commit] Include <syscall.h> in ptrace.c Kevin Buettner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).