From fc7aab220e366ab7d9227a39c32102d4d72f2ff1 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 8 Aug 2018 12:22:09 +0200 Subject: [PATCH] posix.cfg: Add some pthread_attr_* functions. (#1331) References: http://pubs.opengroup.org/onlinepubs/7908799/xsh/pthread_attr_setstacksize.html http://pubs.opengroup.org/onlinepubs/7908799/xsh/pthread_attr_setguardsize.html --- cfg/posix.cfg | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/cfg/posix.cfg b/cfg/posix.cfg index ed5a9a273..4d7014289 100644 --- a/cfg/posix.cfg +++ b/cfg/posix.cfg @@ -2928,6 +2928,37 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + + + + false + + + + + + + + + + 0: + + + + + + false + + + + + + + + + + + false