mirror of
https://github.com/ziglang/zig.git
synced 2026-02-20 00:08:56 +00:00
6 lines
136 B
C
Vendored
6 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;
|