From f84af529affe34a3dee43a6764c9a19cfbc90f68 Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Wed, 25 Nov 2015 11:02:32 +0100 Subject: [PATCH] Extended windows.cfg and posix.cfg about missing functions, found by using --check-library on some projects. --- cfg/posix.cfg | 3 + cfg/windows.cfg | 149 +++++++++++++++++++++++++++++++++++++++++++++++ test/cfg/posix.c | 8 +++ 3 files changed, 160 insertions(+) diff --git a/cfg/posix.cfg b/cfg/posix.cfg index ba5fc8213..e9b4ad8b4 100644 --- a/cfg/posix.cfg +++ b/cfg/posix.cfg @@ -533,6 +533,9 @@ The obsolescent function 'usleep' is called. POSIX.1-2001 declares usleep() func false + + + diff --git a/cfg/windows.cfg b/cfg/windows.cfg index 5becc25eb..693397532 100644 --- a/cfg/windows.cfg +++ b/cfg/windows.cfg @@ -1602,6 +1602,155 @@ + + + + false + + + + + + + + + + + false + + + + + + + + + + + + + + + + + + + + false + + + + + + + + + + + + + + + false + + + + + + + + + + + + false + + + + + + + + + + + + + false + + + + + + + + false + + + + + + + + + + + + + + + false + + + + + + + + + + + + + + + false + + + + + + + + +