From 907dcddd3b4922d014acb1ac0d6ba3c39c3fc8bb Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Wed, 4 May 2022 20:35:01 +0200 Subject: [PATCH] posix.cfg: Added support for getline() and getdelim(). --- cfg/posix.cfg | 47 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) diff --git a/cfg/posix.cfg b/cfg/posix.cfg index 860a512c2..92fb67b16 100644 --- a/cfg/posix.cfg +++ b/cfg/posix.cfg @@ -4862,6 +4862,46 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s Non reentrant function 'getlogin' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getlogin_r'. + + + + + false + + + + + + + + + + + + + + + + false + + + + + + + + + 0:255 + + + + + + @@ -5861,7 +5901,12 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s strndup wcsdup free - + + + getline + getdelim + free + mmap mmap64