mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
369aebfc48
- Let OpenMP be usable via cosmocc - Let libunwind be usable via cosmocc - Make X86_HAVE(AVXVNNI) work correctly - Avoid using MAP_GROWSDOWN on qemu-aarch64 - Introduce in6addr_any and in6addr_loopback - Have thread stacks use MAP_GROWSDOWN by default - Ask OpenMP to not use filesystem to manage threads - Make NI_MAXHOST and NI_MAXSERV available w/o _GNU_SOURCE
4 lines
109 B
C
4 lines
109 B
C
#ifndef _UNWIND_H
|
|
#define _UNWIND_H
|
|
#include "third_party/libunwind/include/unwind.h"
|
|
#endif /* _UNWIND_H */
|