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.
2 parents d63adf7 + a28249e commit 6618409Copy full SHA for 6618409
src/platform/console/main.cpp
@@ -442,7 +442,7 @@ int main(int argc, char *argv[]) {
442
return gsb_last_error ? gsb_last_line : 0;
443
}
444
445
-#if defined(__GNUC__) && !defined(__MACH__) && !defined(_Win32)
+#if defined(__GNUC__) && !defined(__MACH__) && !defined(_Win32) && !defined(__CYGWIN__)
446
// for analysing excessive malloc calls using kdbg
447
extern "C" void *__libc_malloc(size_t size);
448
void *malloc(size_t size) {
0 commit comments