diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2007-06-21 07:22:16 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2007-06-21 07:22:16 +0000 |
commit | d3c73d49994d4539fc25ad2d6c84c335283d32d6 (patch) | |
tree | 1f9f32831022757097709f3b6a3c3c5f20364a34 /winsup/cygwin/cygwin.din | |
parent | be97722968a0b7d1cc3fe1ab7df0510c5b8eed95 (diff) | |
download | cygnal-d3c73d49994d4539fc25ad2d6c84c335283d32d6.tar.gz cygnal-d3c73d49994d4539fc25ad2d6c84c335283d32d6.tar.bz2 cygnal-d3c73d49994d4539fc25ad2d6c84c335283d32d6.zip |
* cygwin.din: Export exp10, exp10f, pow10, pow10f, strcasestr,
funopen, fopencookie.
* include/cygwin/version.h: Bump API minor number.
* posix.sgml: Minor improvements.
Diffstat (limited to 'winsup/cygwin/cygwin.din')
-rw-r--r-- | winsup/cygwin/cygwin.din | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din index 9a777f1e5..9828b2e70 100644 --- a/winsup/cygwin/cygwin.din +++ b/winsup/cygwin/cygwin.din @@ -350,6 +350,8 @@ _exit SIGFE _Exit SIGFE exp NOSIGFE _exp = exp NOSIGFE +exp10 NOSIGFE +exp10f NOSIGFE exp2 NOSIGFE exp2f NOSIGFE expf NOSIGFE @@ -469,6 +471,7 @@ _fnmatch = fnmatch NOSIGFE fopen SIGFE _fopen = fopen SIGFE _fopen64 = fopen64 SIGFE +fopencookie SIGFE fork SIGFE _fork = fork SIGFE forkpty SIGFE @@ -536,6 +539,7 @@ fts_set NOSIGFE fts_set_clientptr NOSIGFE ftw SIGFE funlockfile SIGFE +funopen SIGFE futimes SIGFE fwrite SIGFE _fwrite = fwrite SIGFE @@ -1012,6 +1016,8 @@ posix_regexec SIGFE posix_regfree SIGFE pow NOSIGFE _pow = pow NOSIGFE +pow10 NOSIGFE +pow10f NOSIGFE powf NOSIGFE _powf = powf NOSIGFE pread SIGFE @@ -1417,6 +1423,7 @@ _statfs = statfs SIGFE statvfs SIGFE strcasecmp NOSIGFE _strcasecmp = strcasecmp NOSIGFE +strcasestr NOSIGFE strcat NOSIGFE _strcat = strcat NOSIGFE strchr NOSIGFE |