aboutsummaryrefslogtreecommitdiff
path: root/include/locale.h
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-08-13 14:01:40 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-08-13 14:01:40 +0000
commite7dc5768169bf7bf4aa72dd54ccdb0c4bc80bbd9 (patch)
tree4e9c95c8b35dea4d3ad7ff1dd0745a018fdacb24 /include/locale.h
parent83d8106e1a7453f4cdf9d5ebb5d57be6eff963f4 (diff)
downloadsrc-e7dc5768169bf7bf4aa72dd54ccdb0c4bc80bbd9.tar.gz
src-e7dc5768169bf7bf4aa72dd54ccdb0c4bc80bbd9.zip
Notes
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 7757d0216b97..9587815767ab 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_ */