mirror of
https://github.com/ziglang/zig.git
synced 2025-12-07 23:03:08 +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;
|