Print this page
2964 need POSIX 2008 locale object support
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Gordon Ross <gordon.ross@nexenta.com>
Approved by: TBD

@@ -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,9 +30,9 @@
 
 #define _LDP_LOADED 0
 #define _LDP_ERROR  (-1)
 #define _LDP_CACHE  1
 
-int     __part_load_locale(const char *, int *, char **, const char *,
+int     __part_load_locale(const char *, char **, const char *,
                     int, int, const char **);
 
 #endif /* !_LDPART_H_ */