mirror of
https://git.proxmox.com/git/wasi-libc
synced 2025-08-17 09:38:51 +00:00

This incoporates pieces from musl-libc, cloudlibc, cloudabi, libpreopen, and dlmalloc, as well as a significant amount of new code.
8 lines
112 B
C
8 lines
112 B
C
#ifndef __wasilibc_errno_h
|
|
#define __wasilibc_errno_h
|
|
|
|
#include <__errno.h>
|
|
#include <__errno_values.h>
|
|
|
|
#endif
|