diff options
author | Yao Qi <yao@codesourcery.com> | 2012-06-11 07:24:15 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2012-06-11 07:24:15 +0000 |
commit | c52daf705dade98d4954afeceec1225a12d4dac0 (patch) | |
tree | 23107de376b074111e0e1f3572cead8c8b61e9bb /gdb/gdbserver/linux-low.c | |
parent | 7b9f845ec7fcb8fa8ecc85a228d5c56f6d830933 (diff) | |
download | gdb-c52daf705dade98d4954afeceec1225a12d4dac0.zip gdb-c52daf705dade98d4954afeceec1225a12d4dac0.tar.gz gdb-c52daf705dade98d4954afeceec1225a12d4dac0.tar.bz2 |
gdb/gdbserver:
* linux-low.c (linux_attach): Add 'static'.
Diffstat (limited to 'gdb/gdbserver/linux-low.c')
-rw-r--r-- | gdb/gdbserver/linux-low.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbserver/linux-low.c b/gdb/gdbserver/linux-low.c index e8667ea..3e88c42 100644 --- a/gdb/gdbserver/linux-low.c +++ b/gdb/gdbserver/linux-low.c @@ -817,7 +817,7 @@ linux_attach_lwp (unsigned long lwpid) /* Attach to PID. If PID is the tgid, attach to it and all of its threads. */ -int +static int linux_attach (unsigned long pid) { /* Attach to PID. We will check for other threads |