]> git.proxmox.com Git - wasi-libc.git/blob - libc-bottom-half/sources/errno.c
Use constructor functions for optional init routines. (#142)
[wasi-libc.git] / libc-bottom-half / sources / errno.c
1 #include <errno.h>
2 #include <threads.h>
3
4 // These values are used by reference-sysroot's dlmalloc.
5 const int __EINVAL = EINVAL;
6 const int __ENOMEM = ENOMEM;