diff options
author | Yaakov Selkowitz <yselkowi@redhat.com> | 2016-02-18 10:51:01 -0600 |
---|---|---|
committer | Yaakov Selkowitz <yselkowi@redhat.com> | 2016-02-22 14:45:37 -0600 |
commit | 8b1ede3ce11d53292036aadfcfb6043df0235f9c (patch) | |
tree | 857172b8e6f42285ed21a5a35d6b7f438076a1b1 /winsup/doc/posix.xml | |
parent | a9ab09dfa96bc262d4ad55c12594686a9606b1a4 (diff) | |
download | cygnal-8b1ede3ce11d53292036aadfcfb6043df0235f9c.tar.gz cygnal-8b1ede3ce11d53292036aadfcfb6043df0235f9c.tar.bz2 cygnal-8b1ede3ce11d53292036aadfcfb6043df0235f9c.zip |
cygwin: Export clog10, clog10f
winsup/cygwin/
* common.din: Add clog10, clog10f.
* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
winsup/doc/
* new-features.xml (ov-new2.5): Mention clog10, clog10f.
* posix.xml (std-gnu): Add clog10, clog10f.
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
Diffstat (limited to 'winsup/doc/posix.xml')
-rw-r--r-- | winsup/doc/posix.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/doc/posix.xml b/winsup/doc/posix.xml index 51a1df734..f065714d2 100644 --- a/winsup/doc/posix.xml +++ b/winsup/doc/posix.xml @@ -1151,6 +1151,8 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para> asprintf_r basename (see chapter "Implementation Notes") canonicalize_file_name + clog10 + clog10f dremf dup3 envz_add |