Fix libunwind stubs

This commit is contained in:
Justine Tunney 2022-06-26 05:28:55 -07:00
parent 5cd0e876bd
commit 893cc06fc2
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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_ */