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) 1997 by Andrey A. Chernov, Moscow, Russia.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -31,9 +32,6 @@
#define ENCODING_LEN 31
#define CATEGORY_LEN 11
extern char *_PathLocale;
-int __detect_path_locale(void);
-int __wrap_setrunelocale(const char *);
-
#endif /* !_SETLOCALE_H_ */