summaryrefslogtreecommitdiffstats
path: root/src/corelib/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/configure.json')
-rw-r--r--src/corelib/configure.json10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/corelib/configure.json b/src/corelib/configure.json
index 61fc2e16c9..c8fede2b8f 100644
--- a/src/corelib/configure.json
+++ b/src/corelib/configure.json
@@ -279,11 +279,6 @@
"type": "compile",
"test": "unix/futimes"
},
- "futimesat": {
- "label": "futimesat()",
- "type": "compile",
- "test": "unix/futimesat"
- },
"getauxval": {
"label": "getauxval()",
"type": "compile",
@@ -454,11 +449,6 @@
"condition": "!config.win32 && !features.futimens && tests.futimes",
"output": [ "privateFeature" ]
},
- "futimesat": {
- "label": "futimesat()",
- "condition": "!config.win32 && !features.futimens && !features.futimes && tests.futimesat",
- "output": [ "privateFeature" ]
- },
"getauxval": {
"label": "getauxval()",
"condition": "config.linux && tests.getauxval",