diff options
author | Yaakov Selkowitz <yselkowi@redhat.com> | 2017-06-14 15:26:38 -0500 |
---|---|---|
committer | Yaakov Selkowitz <yselkowi@redhat.com> | 2017-06-19 08:16:42 -0500 |
commit | f698efbce167768d9c859c07dd2bebc75ade7728 (patch) | |
tree | 0c10329624e134dc26fe4d534c99c01d820b2ac2 /winsup/doc/posix.xml | |
parent | 59e09b6419cdf400be3c73b61ac9c22560dc397e (diff) | |
download | newlib-f698efbce167768d9c859c07dd2bebc75ade7728.zip newlib-f698efbce167768d9c859c07dd2bebc75ade7728.tar.gz newlib-f698efbce167768d9c859c07dd2bebc75ade7728.tar.bz2 |
cygwin: export strverscmp, add versionsort
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 ced7e38..7e28427 100644 --- a/winsup/doc/posix.xml +++ b/winsup/doc/posix.xml @@ -1367,6 +1367,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para> strtoll_l strtoul_l strtoull_l + strverscmp sysinfo tdestroy timegm @@ -1377,6 +1378,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para> vasnprintf vasprintf vasprintf_r + versionsort wcsftime_l wcstod_l wcstof_l |