mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-12 09:17:53 +00:00
- `__cxa_*` runtime functions are expected to be in the `abi` namespace, which is currently an alias for `__cxxabiv1`. - Rely on the header provided by `libcxxabi` for functions that we do not implement ourselves anymore.
5 lines
212 B
C
5 lines
212 B
C
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_CXXABI_H_
|
|
#define COSMOPOLITAN_LIBC_ISYSTEM_CXXABI_H_
|
|
#include "third_party/libcxxabi/include/cxxabi.h"
|
|
#include "libc/cxxabi.h"
|
|
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_CXXABI_H_ */
|