Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa1f1b7 commit 6ca8389Copy full SHA for 6ca8389
src/sentry_alloc.c
@@ -5,7 +5,7 @@
5
6
/* on unix platforms we add support for a simplistic page allocator that can
7
be enabled to make code async safe */
8
-#if defined(SENTRY_PLATFORM_UNIX) && !defined(SENTRY_PLATFORM_PS)
+#if defined(SENTRY_PLATFORM_UNIX)
9
# include "sentry_unix_pageallocator.h"
10
# define WITH_PAGE_ALLOCATOR
11
#endif
0 commit comments