diff options
Diffstat (limited to 'usr/src/lib/libcmd/mapfile-vers')
-rw-r--r-- | usr/src/lib/libcmd/mapfile-vers | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/usr/src/lib/libcmd/mapfile-vers b/usr/src/lib/libcmd/mapfile-vers index 508c396112..dd037e921c 100644 --- a/usr/src/lib/libcmd/mapfile-vers +++ b/usr/src/lib/libcmd/mapfile-vers @@ -37,8 +37,10 @@ # MAPFILE HEADER END # +$mapfile_version 2 + # functions by AST/ksh93's version of libcmd -SUNWprivate_1.1 { +SYMBOL_VERSION SUNWprivate_1.1 { global: _cmd_init; @@ -97,11 +99,11 @@ SUNWprivate_1.1 { # functions exported by the old Solaris version of libcmd # (the code has been moved to libc starting with Solaris 11/B51) -SUNWprivate_1.1 { +SYMBOL_VERSION SUNWprivate_1.1 { global: - defcntl = FUNCTION FILTER libc.so.1; - defopen = FUNCTION FILTER libc.so.1; - defread = FUNCTION FILTER libc.so.1; + defcntl { TYPE = FUNCTION; FILTER = libc.so.1 }; + defopen { TYPE = FUNCTION; FILTER = libc.so.1 }; + defread { TYPE = FUNCTION; FILTER = libc.so.1 }; local: *; }; |