Skip to content

Commit a95bdaf

Browse files
committed
Fix Programs/test_frozenmain.h
1 parent 7e2d94f commit a95bdaf

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Modules/_remote_debugging_module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#endif
3636

3737
// Returns thread status using proc_pidinfo, caches thread_id_offset on first use (macOS only)
38-
#ifdef __APPLE__
38+
#if defined(__APPLE__) && TARGET_OS_OSX
3939
#include <libproc.h>
4040
#include <sys/types.h>
4141
#define MAX_NATIVE_THREADS 4096

Programs/test_frozenmain.h

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)