1#include <errno.h>
2
3// These values are used by reference-sysroot's dlmalloc.
4const int __EINVAL = EINVAL;
5const int __ENOMEM = ENOMEM;