Print this page
4964 nl_langinfo(CRNCYSTR) returns wrong alignment character
4999 libc test suite enhancements
4939 desire wcsnrtombs() function
Reviewed by: Jason King <jason.brian.king@gmail.com>
Reviewed by: Dan McDonald <danmcd@omniti.com>
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Approved by: TBD

@@ -22,10 +22,11 @@
 /*
  * Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved.
  * Copyright 2011 Nexenta Systems, Inc. All rights reserved.
  * Copyright 2013 OmniTI Computer Consulting, Inc. All rights reserved.
  * Copyright (c) 2013 Gary Mills
+ * Copyright 2014 Garrett D'Amore <garrett@damore.org>
  */
 
 /* LINTLIBRARY */
 /* PROTOLIB1 */
 

@@ -163,10 +164,11 @@
 #include <sys/sysi86.h>
 #endif
 #if defined(__amd64)
 #include <stack_unwind.h>
 #endif
+#include <xlocale.h>
 
 /*
  * This really comes from the crt*.s startup modules.
  */
 char **environ;