Print this page
2964 need POSIX 2008 locale object support
Reviewed by: Robert Mustacchi <rm@joyent.com>

*** 1,6 **** --- 1,7 ---- /* + * Copyright 2013 Garrett D'Amore <garrett@damore.org> * Copyright (c) 2000, 2001 Alexey Zelkin <phantom@FreeBSD.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions
*** 29,37 **** #define _LDP_LOADED 0 #define _LDP_ERROR (-1) #define _LDP_CACHE 1 ! int __part_load_locale(const char *, int *, char **, const char *, int, int, const char **); #endif /* !_LDPART_H_ */ --- 30,38 ---- #define _LDP_LOADED 0 #define _LDP_ERROR (-1) #define _LDP_CACHE 1 ! int __part_load_locale(const char *, char **, const char *, int, int, const char **); #endif /* !_LDPART_H_ */