Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2018-01-19 08:26:41 +0300
committerYaakov Selkowitz <yselkowi@redhat.com>2018-01-19 22:19:21 +0300
commitcadc12f69584626fbc7fd5b2f92345dba34f58d9 (patch)
tree3149ca9eda8ccd4832bd5cce21feb4878588ff1c /winsup/cygwin/common.din
parentbd62f539defbbd16f73e99ff20d2daa6d6c18d9e (diff)
cygwin: add catopen, catgets, catclose
The implementation is taken from FreeBSD with #ifdef __CYGWIN__ modifications. Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
Diffstat (limited to 'winsup/cygwin/common.din')
-rw-r--r--winsup/cygwin/common.din3
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/common.din b/winsup/cygwin/common.din
index 91f2915bf..6e8bf9185 100644
--- a/winsup/cygwin/common.din
+++ b/winsup/cygwin/common.din
@@ -274,6 +274,9 @@ catanh NOSIGFE
catanhf NOSIGFE
catanhl NOSIGFE
catanl NOSIGFE
+catclose SIGFE
+catgets SIGFE
+catopen SIGFE
cbrt NOSIGFE
cbrtf NOSIGFE
cbrtl NOSIGFE