diff options
Diffstat (limited to 'gdb/python/py-inferior.c')
-rw-r--r-- | gdb/python/py-inferior.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/python/py-inferior.c b/gdb/python/py-inferior.c index 727a8d2..6db3df4 100644 --- a/gdb/python/py-inferior.c +++ b/gdb/python/py-inferior.c @@ -831,7 +831,7 @@ infpy_is_valid (PyObject *self, PyObject *args) /* Implementation of gdb.Inferior.thread_from_thread_handle (self, handle) -> gdb.InferiorThread. */ -PyObject * +static PyObject * infpy_thread_from_thread_handle (PyObject *self, PyObject *args, PyObject *kw) { PyObject *handle_obj, *result; |