mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 22:04:21 +00:00
5 lines
136 B
C
Vendored
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;
|