]> git.proxmox.com Git - wasi-libc.git/blob - libc-bottom-half/sources/errno.c
Use bulk memory opcodes when possible
[wasi-libc.git] / libc-bottom-half / sources / errno.c
1 #include <errno.h>
2
3 // These values are used by reference-sysroot's dlmalloc.
4 const int __EINVAL = EINVAL;
5 const int __ENOMEM = ENOMEM;