Skip to content

Commit 780561b

Browse files
committed
Add defined(__FreeBSD__)
1 parent 40bda7c commit 780561b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/remote_debugging.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
# define HAVE_PROCESS_VM_READV 0
6969
#endif
7070

71-
#if (defined(__APPLE__) || defined(MS_WINDOWS) || (defined(__linux__) && HAVE_PROCESS_VM_READV))
71+
#if (defined(__APPLE__) || defined(MS_WINDOWS) || ((defined(__linux__) || defined(__FreeBSD__)) && HAVE_PROCESS_VM_READV))
7272
# define Py_SUPPORTS_REMOTE_DEBUG 1
7373
#endif
7474

0 commit comments

Comments
 (0)