Get address sanitizer mostly working
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#ifndef COSMOPOLITAN_LIBC_RUNTIME_GC_H_
|
||||
#define COSMOPOLITAN_LIBC_RUNTIME_GC_H_
|
||||
#include "libc/calls/calls.h"
|
||||
#include "libc/nexgen32e/stackframe.h"
|
||||
#include "libc/runtime/runtime.h"
|
||||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
@@ -13,8 +14,6 @@ COSMOPOLITAN_C_START_
|
||||
* using very few lines of code.
|
||||
*/
|
||||
|
||||
struct StackFrame;
|
||||
|
||||
/**
|
||||
* Releases resource when function returns.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user