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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libc/port/llib-lc
          +++ new/usr/src/lib/libc/port/llib-lc
↓ open down ↓ 16 lines elided ↑ open up ↑
  17   17   * information: Portions Copyright [yyyy] [name of copyright owner]
  18   18   *
  19   19   * CDDL HEADER END
  20   20   */
  21   21  
  22   22  /*
  23   23   * Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved.
  24   24   * Copyright 2011 Nexenta Systems, Inc. All rights reserved.
  25   25   * Copyright 2013 OmniTI Computer Consulting, Inc. All rights reserved.
  26   26   * Copyright (c) 2013 Gary Mills
       27 + * Copyright 2014 Garrett D'Amore <garrett@damore.org>
  27   28   */
  28   29  
  29   30  /* LINTLIBRARY */
  30   31  /* PROTOLIB1 */
  31   32  
  32   33  #define __EXTENSIONS__
  33   34  
  34   35  #include <aio.h>
  35   36  #include <alloca.h>
  36   37  #include <attr.h>
↓ open down ↓ 121 lines elided ↑ open up ↑
 158  159  #include <spawn.h>
 159  160  #include <inttypes.h>
 160  161  #include <getopt.h>
 161  162  #include <stdio_ext.h>
 162  163  #if defined(__i386)
 163  164  #include <sys/sysi86.h>
 164  165  #endif
 165  166  #if defined(__amd64)
 166  167  #include <stack_unwind.h>
 167  168  #endif
      169 +#include <xlocale.h>
 168  170  
 169  171  /*
 170  172   * This really comes from the crt*.s startup modules.
 171  173   */
 172  174  char **environ;
 173  175  
 174  176  /*
 175  177   * This is a GNU/Linux/BSD compatibility interface,
 176  178   * not declared in any header file.
 177  179   */
↓ open down ↓ 1625 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX