mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
#if !ANSI !POSIX newly added collate_range_cmp function
This commit is contained in:
parent
83d8106e1a
commit
e7dc576816
1 changed files with 2 additions and 0 deletions
|
|
@ -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_ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue