cygwin: export strverscmp, add versionsort
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
This commit is contained in:
@@ -476,12 +476,13 @@ details. */
|
||||
309: Export getloadavg.
|
||||
310: Export reallocarray.
|
||||
311: Export __xpg_sigpause.
|
||||
312: Export strverscmp, versionsort.
|
||||
|
||||
Note that we forgot to bump the api for ualarm, strtoll, strtoull,
|
||||
sigaltstack, sethostname. */
|
||||
|
||||
#define CYGWIN_VERSION_API_MAJOR 0
|
||||
#define CYGWIN_VERSION_API_MINOR 311
|
||||
#define CYGWIN_VERSION_API_MINOR 312
|
||||
|
||||
/* There is also a compatibity version number associated with the shared memory
|
||||
regions. It is incremented when incompatible changes are made to the shared
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user