Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/local_includes/collate.h')
-rw-r--r--winsup/cygwin/local_includes/collate.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/winsup/cygwin/local_includes/collate.h b/winsup/cygwin/local_includes/collate.h
new file mode 100644
index 000000000..a89829a83
--- /dev/null
+++ b/winsup/cygwin/local_includes/collate.h
@@ -0,0 +1,20 @@
+/* collate.h: Internal BSD libc header, used in glob and regcomp, for instance.
+
+This file is part of Cygwin.
+
+This software is a copyrighted work licensed under the terms of the
+Cygwin license. Please consult the file "CYGWIN_LICENSE" for
+details. */
+
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+extern const int __collate_load_error;
+
+extern int __collate_range_cmp (int c1, int c2);
+
+#ifdef __cplusplus
+};
+#endif