diff options
Diffstat (limited to 'winsup/cygwin/cygwin.din')
-rw-r--r-- | winsup/cygwin/cygwin.din | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din index e418f4033..1dac2268d 100644 --- a/winsup/cygwin/cygwin.din +++ b/winsup/cygwin/cygwin.din @@ -1054,10 +1054,10 @@ posix_fallocate SIGFE posix_madvise SIGFE posix_memalign SIGFE posix_openpt SIGFE -posix_regcomp SIGFE -posix_regerror SIGFE -posix_regexec SIGFE -posix_regfree SIGFE +posix_regcomp = regcomp SIGFE +posix_regerror = regerror SIGFE +posix_regexec = regexec SIGFE +posix_regfree = regfree SIGFE pow NOSIGFE _pow = pow NOSIGFE pow10 NOSIGFE @@ -1192,6 +1192,10 @@ realpath SIGFE recv = cygwin_recv SIGFE recvfrom = cygwin_recvfrom SIGFE recvmsg = cygwin_recvmsg SIGFE +regcomp SIGFE +regerror SIGFE +regexec SIGFE +regfree SIGFE remainder NOSIGFE _remainder = remainder NOSIGFE remainderf NOSIGFE |