master
1#include <errno.h>
2
3int *__errno_location(void) {
4    return &errno;
5}