mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-03 07:29:23 +00:00
Fix libunwind stubs
This commit is contained in:
parent
5cd0e876bd
commit
893cc06fc2
2 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@
|
|||
│ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR │
|
||||
│ PERFORMANCE OF THIS SOFTWARE. │
|
||||
╚─────────────────────────────────────────────────────────────────────────────*/
|
||||
#include "test/libc/runtime/unwind.h"
|
||||
#include "libc/runtime/unwind.h"
|
||||
|
||||
// temporary stubs for libunwind
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef COSMOPOLITAN_TEST_LIBC_RUNTIME_UNWIND_H_
|
||||
#define COSMOPOLITAN_TEST_LIBC_RUNTIME_UNWIND_H_
|
||||
#ifndef COSMOPOLITAN_LIBC_RUNTIME_UNWIND_H_
|
||||
#define COSMOPOLITAN_LIBC_RUNTIME_UNWIND_H_
|
||||
|
||||
#define UNW_TDEP_CURSOR_LEN 127
|
||||
|
||||
|
@ -39,4 +39,4 @@ void *_Unwind_FindEnclosingFunction(void *);
|
|||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
#endif /* COSMOPOLITAN_TEST_LIBC_RUNTIME_UNWIND_H_ */
|
||||
#endif /* COSMOPOLITAN_LIBC_RUNTIME_UNWIND_H_ */
|
Loading…
Add table
Reference in a new issue