mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
There is so many places where range comparation (using collate)
needed (much more than I think initially), so I forced to add new user-visible non-standard function to libc.
This commit is contained in:
parent
a0ef95d4b3
commit
806af72bd9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17550
@ -75,6 +75,7 @@ struct lconv {
|
||||
__BEGIN_DECLS
|
||||
struct lconv *localeconv __P((void));
|
||||
char *setlocale __P((int, const char *));
|
||||
int collate_range_cmp __P((int, int));
|
||||
__END_DECLS
|
||||
|
||||
#endif /* _LOCALE_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user