23 # Copyright (c) 2012 by Delphix. All rights reserved.
24 # Copyright (c) 2013, Joyent, Inc. All rights reserved.
25 #
26
27 #
28 # MAPFILE HEADER START
29 #
30 # WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
31 # Object versioning must comply with the rules detailed in
32 #
33 # usr/src/lib/README.mapfiles
34 #
35 # You should not be making modifications here until you've read the most current
36 # copy of that file. If you need help, contact a gatekeeper for guidance.
37 #
38 # MAPFILE HEADER END
39 #
40
41 $mapfile_version 2
42
43 SYMBOL_VERSION ILLUMOS_0.1 { # Illumos additions
44 global:
45 fnvlist_alloc;
46 fnvlist_free;
47 fnvlist_size;
48 fnvlist_pack;
49 fnvlist_pack_free;
50 fnvlist_unpack;
51 fnvlist_dup;
52 fnvlist_merge;
53 fnvlist_add_boolean;
54 fnvlist_add_boolean_value;
55 fnvlist_add_byte;
56 fnvlist_add_int8;
57 fnvlist_add_uint8;
58 fnvlist_add_int16;
59 fnvlist_add_uint16;
60 fnvlist_add_int32;
61 fnvlist_add_uint32;
62 fnvlist_add_int64;
|
23 # Copyright (c) 2012 by Delphix. All rights reserved.
24 # Copyright (c) 2013, Joyent, Inc. All rights reserved.
25 #
26
27 #
28 # MAPFILE HEADER START
29 #
30 # WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
31 # Object versioning must comply with the rules detailed in
32 #
33 # usr/src/lib/README.mapfiles
34 #
35 # You should not be making modifications here until you've read the most current
36 # copy of that file. If you need help, contact a gatekeeper for guidance.
37 #
38 # MAPFILE HEADER END
39 #
40
41 $mapfile_version 2
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
50 SYMBOL_VERSION ILLUMOS_0.1 { # Illumos additions
51 global:
52 fnvlist_alloc;
53 fnvlist_free;
54 fnvlist_size;
55 fnvlist_pack;
56 fnvlist_pack_free;
57 fnvlist_unpack;
58 fnvlist_dup;
59 fnvlist_merge;
60 fnvlist_add_boolean;
61 fnvlist_add_boolean_value;
62 fnvlist_add_byte;
63 fnvlist_add_int8;
64 fnvlist_add_uint8;
65 fnvlist_add_int16;
66 fnvlist_add_uint16;
67 fnvlist_add_int32;
68 fnvlist_add_uint32;
69 fnvlist_add_int64;
|