From f5ee22db489f78b9c003ef60b7ad1b837503bc4a Mon Sep 17 00:00:00 2001 From: Chuck Musser Date: Wed, 16 Sep 2020 11:45:20 -0700 Subject: DragonFlyBSD: use __errno_location now provided by the libc crate This obviates the need for the C language shim for this variable, which this commit removes. --- src/errno_dragonfly.c | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 src/errno_dragonfly.c (limited to 'src/errno_dragonfly.c') diff --git a/src/errno_dragonfly.c b/src/errno_dragonfly.c deleted file mode 100644 index 32fb4dab..00000000 --- a/src/errno_dragonfly.c +++ /dev/null @@ -1,3 +0,0 @@ -#include - -int *errno_location() { return &errno; } -- cgit v1.2.3