Print this page
1097 glob(3c) needs to support non-POSIX options
3341 The sftp command should use the native glob()
*** 23,32 ****
--- 23,33 ----
#
# Copyright 2010 Nexenta Systems, Inc. All rights reserved.
# Use is subject to license terms.
#
# Copyright (c) 2012 by Delphix. All rights reserved.
+ # Copyright (c) 2013 Gary Mills
#
#
# MAPFILE HEADER START
#
*** 88,97 ****
--- 89,104 ----
$endif
$if _x86 && _ELF64
$add amd64
$endif
+ SYMBOL_VERSION ILLUMOS_0.4 { # Illumos additions
+ protected:
+ _glob_ext;
+ _globfree_ext;
+ } ILLUMOS_0.3;
+
SYMBOL_VERSION ILLUMOS_0.3 { # Illumos additions
protected:
assfail3;
} ILLUMOS_0.2;