llumos: detect closefrom(3c)

This commit is contained in:
Roy Marples 2025-02-12 09:53:25 +00:00
parent 850f93bef3
commit cebeec0887

1
configure vendored
View File

@ -818,6 +818,7 @@ $abort && exit 1
if [ -z "$CLOSEFROM" ]; then
printf "Testing for closefrom ... "
cat <<EOF >_closefrom.c
#include <stdlib.h>
#include <unistd.h>
int main(void) {
closefrom(3);