Skip to content

Commit 01bb53d

Browse files
committed
Fix definition of _Py_RemoteDebug_ symbols for static linking
1 parent 0df15d0 commit 01bb53d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Python/remote_debug.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ _Py_RemoteDebug_FreePageCache(proc_handle_t *handle)
131131
}
132132
}
133133

134-
void
134+
static void
135135
_Py_RemoteDebug_ClearCache(proc_handle_t *handle)
136136
{
137137
for (int i = 0; i < MAX_PAGES; i++) {
@@ -989,7 +989,7 @@ _Py_RemoteDebug_ReadRemoteMemory(proc_handle_t *handle, uintptr_t remote_address
989989
#endif
990990
}
991991

992-
int
992+
static int
993993
_Py_RemoteDebug_PagedReadRemoteMemory(proc_handle_t *handle,
994994
uintptr_t addr,
995995
size_t size,

0 commit comments

Comments
 (0)