summaryrefslogtreecommitdiffstats
path: root/include/locale.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-08-13 14:01:40 +0000
committerache <ache@FreeBSD.org>1996-08-13 14:01:40 +0000
commit8c5172169db0ee6f8815c55710da1a03bb097f8c (patch)
tree4e9c95c8b35dea4d3ad7ff1dd0745a018fdacb24 /include/locale.h
parent01dde070a3c2138f1ea752040823d25cc0181f8b (diff)
downloadFreeBSD-src-8c5172169db0ee6f8815c55710da1a03bb097f8c.zip
FreeBSD-src-8c5172169db0ee6f8815c55710da1a03bb097f8c.tar.gz
#if !ANSI !POSIX newly added collate_range_cmp function
Diffstat (limited to 'include/locale.h')
-rw-r--r--include/locale.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/locale.h b/include/locale.h
index 7757d02..9587815 100644
--- a/include/locale.h
+++ b/include/locale.h
@@ -75,7 +75,9 @@ struct lconv {
__BEGIN_DECLS
struct lconv *localeconv __P((void));
char *setlocale __P((int, const char *));
+#if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE)
int collate_range_cmp __P((int, int));
+#endif /* neither ANSI nor POSIX */
__END_DECLS
#endif /* _LOCALE_H_ */
OpenPOWER on IntegriCloud