Skip to content

Commit e2ad532

Browse files
committed
Small fix
1 parent 1773d78 commit e2ad532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/remote_debug.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ _Py_RemoteDebug_InitProcHandle(proc_handle_t *handle, pid_t pid) {
146146
return -1;
147147
}
148148
#endif
149-
handle->page_size = getpagesize();
149+
handle->page_size = get_page_size();
150150
for (int i = 0; i < MAX_PAGES; i++) {
151151
handle->pages[i].data = NULL;
152152
handle->pages[i].valid = 0;

0 commit comments

Comments
 (0)