mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-04 00:32:40 +03: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;
|