summaryrefslogtreecommitdiff
path: root/src/errno_dragonfly.c
blob: 32fb4dab4d1374ccc4487263d2706431f5f833b0 (plain)
1
2
3
#include <errno.h>

int *errno_location() { return &errno; }