abrasion/third_party/cargo/vendor/nix-0.14.1/src/errno_dragonfly.c

3 lines
61 B
C

#include <errno.h>
int *errno_location() { return &errno; }