cygwin: export strverscmp, add versionsort

Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
This commit is contained in:
Yaakov Selkowitz
2017-06-14 15:26:38 -05:00
parent 59e09b6419
commit f698efbce1
6 changed files with 15 additions and 1 deletions

View File

@ -89,6 +89,7 @@ int alphasort (const struct dirent **__a, const struct dirent **__b);
int scandirat (int __dirfd, const char *__dir, struct dirent ***__namelist,
int (*select) (const struct dirent *),
int (*compar) (const struct dirent **, const struct dirent **));
int versionsort (const struct dirent **__a, const struct dirent **__b);
#endif
#if __BSD_VISIBLE