summaryrefslogtreecommitdiffstats
path: root/libc-bottom-half/sources/errno.c
blob: 4e98a5b84db8ad74507c4c0a74f820bba6acf755 (plain)
1
2
3
4
5
#include <errno.h>

// These values are used by reference-sysroot's dlmalloc.
const int __EINVAL = EINVAL;
const int __ENOMEM = ENOMEM;