Print this page
4118 libuuid should provide uuid_unparse_{upper,lower} functions
Reviewed by: Serghei Samsi <sscdvp@gmail.com>
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Garrett D'Amore <garrett@damore.org>
*** 18,27 ****
--- 18,28 ----
#
# CDDL HEADER END
#
#
# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
+ # Copyright 2014 Andrew Stormont.
#
#
# MAPFILE HEADER START
#
*** 36,45 ****
--- 37,52 ----
# MAPFILE HEADER END
#
$mapfile_version 2
+ SYMBOL_VERSION ILLUMOS_0.1 {
+ global:
+ uuid_unparse_lower;
+ uuid_unparse_upper;
+ } SUNW_1.1;
+
SYMBOL_VERSION SUNW_1.1 {
global:
uuid_clear;
uuid_compare;
uuid_copy;