aboutsummaryrefslogtreecommitdiff
path: root/src/libmach/Linux.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-07 18:45:17 +0000
committerrsc <devnull@localhost>2005-01-07 18:45:17 +0000
commit39dbe6e72b5e0ffc7989da7f1e59f41498d2b492 (patch)
tree3eac9a6134aeca1429116c2ce3e391d540cbe518 /src/libmach/Linux.c
parent60efa1d2b90cbcfedcd93a988834fc595a5368bb (diff)
downloadplan9port-39dbe6e72b5e0ffc7989da7f1e59f41498d2b492.tar.gz
plan9port-39dbe6e72b5e0ffc7989da7f1e59f41498d2b492.tar.bz2
plan9port-39dbe6e72b5e0ffc7989da7f1e59f41498d2b492.zip
small hidings
Diffstat (limited to 'src/libmach/Linux.c')
-rw-r--r--src/libmach/Linux.c4
1 files changed, 1 insertions, 3 deletions
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)
{