Print this page
8158 Want named threads API
9857 proc manpages should have LIBRARY section

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libc/port/mapfile-vers
          +++ new/usr/src/lib/libc/port/mapfile-vers
↓ open down ↓ 15 lines elided ↑ open up ↑
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  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) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
  24   24  # Copyright 2018 Nexenta Systems, Inc.
  25   25  # Copyright (c) 2012 by Delphix. All rights reserved.
  26      -# Copyright 2016 Joyent, Inc.
       26 +# Copyright 2018 Joyent, Inc.
  27   27  # Copyright (c) 2013, OmniTI Computer Consulting, Inc. All rights reserved.
  28   28  # Copyright (c) 2013 Gary Mills
  29   29  # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  30   30  #
  31   31  
  32   32  #
  33   33  # MAPFILE HEADER START
  34   34  #
  35   35  # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
  36   36  # Object versioning must comply with the rules detailed in
↓ open down ↓ 33 lines elided ↑ open up ↑
  70   70  $if _sparc && _ELF64
  71   71  $add sparcv9
  72   72  $endif
  73   73  $if _x86 && _ELF32
  74   74  $add i386
  75   75  $endif
  76   76  $if _x86 && _ELF64
  77   77  $add amd64
  78   78  $endif
  79   79  
       80 +SYMBOL_VERSION ILLUMOS_0.28 {
       81 +    protected:
       82 +        pthread_attr_getname_np;
       83 +        pthread_attr_setname_np;
       84 +        pthread_getname_np;
       85 +        pthread_setname_np;
       86 +        thr_getname;
       87 +        thr_setname;
       88 +} ILLUMOS_0.27;
       89 +
  80   90  SYMBOL_VERSION ILLUMOS_0.27 {   # memset_s(3C) and set_constraint_handler_s(3C)
  81   91      protected:
  82   92          abort_handler_s;
  83   93          ignore_handler_s;
  84   94          memset_s;
  85   95          set_constraint_handler_s;
  86   96  } ILLUMOS_0.26;
  87   97  
  88   98  SYMBOL_VERSION ILLUMOS_0.26 {   # fts(3) LFS
  89   99  $if lf64
↓ open down ↓ 3356 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX