aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/python')
-rw-r--r--gdb/python/python-internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/python/python-internal.h b/gdb/python/python-internal.h
index dbc0a53..b2d7757 100644
--- a/gdb/python/python-internal.h
+++ b/gdb/python/python-internal.h
@@ -52,6 +52,7 @@ typedef Py_intptr_t Py_ssize_t;
#define PyEval_InitThreads() 0
#define PyThreadState_Swap(ARG) (ARG)
#define PyEval_InitThreads() 0
+#define PyEval_ReleaseLock() 0
#endif
struct value;