]> git.proxmox.com Git - wasi-libc.git/blob - libc-bottom-half/sources/errno.c
threads: enable access to `pthread_attr_get` functions (#357)
[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;