From 39dbe6e72b5e0ffc7989da7f1e59f41498d2b492 Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 7 Jan 2005 18:45:17 +0000 Subject: small hidings --- src/libmach/Linux.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/libmach/Linux.c') diff --git a/src/libmach/Linux.c b/src/libmach/Linux.c index def8925e..9127434f 100644 --- a/src/libmach/Linux.c +++ b/src/libmach/Linux.c @@ -42,7 +42,7 @@ static int ptraceregrw(Regs*, char*, ulong*, int); static int attachedpids[1000]; static int nattached; -int +static int ptraceattach(int pid) { int i; @@ -91,8 +91,6 @@ unmapproc(Map *map) } } - - int mapproc(int pid, Map *map, Regs **rp) { -- cgit v1.2.3