From 9692c3dde718f08860736cf9eede52ecc9122723 Mon Sep 17 00:00:00 2001 From: amai2012 Date: Thu, 25 Apr 2019 12:17:26 +0200 Subject: [PATCH] Add macros from signal.h --- cfg/gnu.cfg | 7 +++++++ cfg/posix.cfg | 29 +++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/cfg/gnu.cfg b/cfg/gnu.cfg index b1fe51c95..ac7522f54 100644 --- a/cfg/gnu.cfg +++ b/cfg/gnu.cfg @@ -1044,4 +1044,11 @@ epoll_create1 + + + + + + + diff --git a/cfg/posix.cfg b/cfg/posix.cfg index cc1027d0c..43c3cbd11 100644 --- a/cfg/posix.cfg +++ b/cfg/posix.cfg @@ -4505,4 +4505,33 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + + + + + + + + + + + + + + + + + + + + + + + + + + + + +