zig/lib/libc/wasi/libc-bottom-half/sources/errno.c
2021-05-20 16:54:00 +02:00

5 lines
136 B
C
Vendored

#include <errno.h>
// These values are used by reference-sysroot's dlmalloc.
const int __EINVAL = EINVAL;
const int __ENOMEM = ENOMEM;