]> git.proxmox.com Git - wasi-libc.git/blame - libc-bottom-half/sources/__errno_location.c
bump version to 0.0~git20240411.9e8c542-3~bpo12+pve1
[wasi-libc.git] / libc-bottom-half / sources / __errno_location.c
CommitLineData
2bb5abed
DG
1#include <errno.h>
2
3int *__errno_location(void) {
4 return &errno;
5}