Print this page
5007142 Add ntohll and htonll to sys/byteorder.h
6717509 Need to use bswap/bswapq for byte swap of 64-bit integer on x32/x64
PSARC 2008/474

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libc/port/mapfile-vers
          +++ new/usr/src/lib/libc/port/mapfile-vers
↓ open down ↓ 14 lines elided ↑ open up ↑
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  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  # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  #
  25      -# ident "%Z%%M% %I%     %E% SMI"
  26      -#
  27   25  
  28   26  #
  29   27  # All function names added to this or any other libc mapfile
  30   28  # must be placed under the 'protected:' designation.
  31   29  # The 'global:' designation is used *only* for data
  32   30  # items and for the members of the malloc() family.
  33   31  #
  34   32  
  35   33  SUNW_1.23 {             # SunOS 5.11 (Solaris 11)
  36   34      global:
↓ open down ↓ 37 lines elided ↑ open up ↑
  74   72          err;
  75   73          errx;
  76   74          fdatasync;
  77   75          fgetattr;
  78   76          forkallx;
  79   77          forkx;
  80   78          fsetattr;
  81   79          getattrat;
  82   80          getpagesizes2;
  83   81          htonl;
       82 +        htonll;
  84   83          htons;
  85   84          lio_listio;
  86   85          mkdtemp;
  87   86          mkstemps;
  88   87          mq_close;
  89   88          mq_getattr;
  90   89          mq_notify;
  91   90          mq_open;
  92   91          mq_receive;
  93   92          mq_reltimedreceive_np;
  94   93          mq_reltimedsend_np;
  95   94          mq_send;
  96   95          mq_setattr;
  97   96          mq_timedreceive;
  98   97          mq_timedsend;
  99   98          mq_unlink;
 100   99          nanosleep;
 101  100          ntohl;
      101 +        ntohll;
 102  102          ntohs;
 103  103          posix_fadvise;
 104  104          posix_fallocate;
 105  105          posix_madvise;
 106  106          posix_memalign;
 107  107          pthread_key_create_once_np;
 108  108          sched_getparam;
 109  109          sched_get_priority_max;
 110  110          sched_get_priority_min;
 111  111          sched_getscheduler;
↓ open down ↓ 923 lines elided ↑ open up ↑
1035 1035          cond_wait;
1036 1036          confstr;
1037 1037          fnmatch;
1038 1038          _getdate_err_addr;
1039 1039          glob;
1040 1040          globfree;
1041 1041          iconv;
1042 1042          iconv_close;
1043 1043          iconv_open;
1044 1044          lfmt;
1045      -        mutex_destroy =                 NODYNSORT;
     1045 +        mutex_destroy =                 NODYNSORT;
1046 1046          mutex_init;
1047 1047          mutex_lock =                    NODYNSORT;
1048 1048          mutex_trylock =                 NODYNSORT;
1049 1049          mutex_unlock =                  NODYNSORT;
1050 1050          pfmt;
1051 1051          regcomp;
1052 1052          regerror;
1053 1053          regexec;
1054 1054          regfree;
1055 1055          rwlock_init;
↓ open down ↓ 756 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX