From e22b771ff841f7afa91128ed0a1d79aa3e2bc429 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 19 Feb 2020 20:38:12 +0100 Subject: build: remove fchmod() check This is UNIX-only code, and this function has been in POSIX since forever. Even Android has it. The test should be unnecessary, so remove it. --- wscript | 4 ---- 1 file changed, 4 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index b918d7cfc0..7506b1bceb 100644 --- a/wscript +++ b/wscript @@ -281,10 +281,6 @@ iconv support use --disable-iconv.", 'desc': 'any glob() support', 'deps': 'glob-posix || glob-win32', 'func': check_true, - }, { - 'name': 'fchmod', - 'desc': 'fchmod()', - 'func': check_statement('sys/stat.h', 'fchmod(0, 0)'), }, { 'name': 'vt.h', 'desc': 'vt.h', -- cgit v1.2.3