]> git.proxmox.com Git - wasi-libc.git/blame - libc-bottom-half/sources/errno.c
Enable support for `utimes` and `futimesat`.
[wasi-libc.git] / libc-bottom-half / sources / errno.c
CommitLineData
320054e8 1#include <errno.h>
320054e8 2
ca9046d8 3// These values are used by reference-sysroot's dlmalloc.
320054e8
DG
4const int __EINVAL = EINVAL;
5const int __ENOMEM = ENOMEM;