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 3026eca commit 1d0f40bCopy full SHA for 1d0f40b
libc/src/compiler/generic/__stack_chk_fail.cpp
@@ -9,6 +9,7 @@
9
#include "src/compiler/__stack_chk_fail.h"
10
#include "src/__support/OSUtil/io.h"
11
#include "src/stdlib/abort.h"
12
+#include <stdint.h> // For uintptr_t
13
14
extern "C" {
15
0 commit comments