Print this page
OS-1840 fmdump shall emit JSON (rm feedback)

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libnvpair/mapfile-vers
          +++ new/usr/src/lib/libnvpair/mapfile-vers
↓ open down ↓ 32 lines elided ↑ open up ↑
  33   33  #       usr/src/lib/README.mapfiles
  34   34  #
  35   35  # You should not be making modifications here until you've read the most current
  36   36  # copy of that file. If you need help, contact a gatekeeper for guidance.
  37   37  #
  38   38  # MAPFILE HEADER END
  39   39  #
  40   40  
  41   41  $mapfile_version 2
  42   42  
       43 +SYMBOL_VERSION ILLUMOS_0.2 {
       44 +    fnvlist_lookup_uint8;
       45 +    fnvpair_value_double;
       46 +    fnvpair_value_hrtime;
       47 +    fnvpair_value_uint8;
       48 +} ILLUMOS_0.1;
       49 +
  43   50  SYMBOL_VERSION ILLUMOS_0.1 {    # Illumos additions
  44   51      global:
  45   52      fnvlist_alloc;
  46   53      fnvlist_free;
  47   54      fnvlist_size;
  48   55      fnvlist_pack;
  49   56      fnvlist_pack_free;
  50   57      fnvlist_unpack;
  51   58      fnvlist_dup;
  52   59      fnvlist_merge;
↓ open down ↓ 239 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX