From: Roy Marples Date: Wed, 12 Feb 2025 09:53:25 +0000 (+0000) Subject: llumos: detect closefrom(3c) X-Git-Tag: v10.2.0~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cebeec08871e01ea4613b2a51203ea6be2a9742f;p=thirdparty%2Fdhcpcd.git llumos: detect closefrom(3c) --- diff --git a/configure b/configure index b34227dd..a60da137 100755 --- a/configure +++ b/configure @@ -818,6 +818,7 @@ $abort && exit 1 if [ -z "$CLOSEFROM" ]; then printf "Testing for closefrom ... " cat <_closefrom.c +#include #include int main(void) { closefrom(3);