diff options
author | Ali Bahrami <Ali.Bahrami@Sun.COM> | 2009-08-20 16:09:41 -0600 |
---|---|---|
committer | Ali Bahrami <Ali.Bahrami@Sun.COM> | 2009-08-20 16:09:41 -0600 |
commit | 75ce41a57ff334bd8fe2cb9ed51eea835892f944 (patch) | |
tree | b51a5ec778af45592b2d789d302c0bccbeaafed6 /usr/src/lib/libc | |
parent | f8cb811f5f2909e15e8d1f21f046ac459d0640e5 (diff) | |
download | illumos-gate-75ce41a57ff334bd8fe2cb9ed51eea835892f944.tar.gz |
6866605 SUNWonbld ELF analysis tools need overhaul
Diffstat (limited to 'usr/src/lib/libc')
-rw-r--r-- | usr/src/lib/libc/port/mapfile-vers | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/usr/src/lib/libc/port/mapfile-vers b/usr/src/lib/libc/port/mapfile-vers index d893f8bc0d..11b937ee93 100644 --- a/usr/src/lib/libc/port/mapfile-vers +++ b/usr/src/lib/libc/port/mapfile-vers @@ -108,7 +108,6 @@ SUNW_1.23 { # SunOS 5.11 (Solaris 11) forkx; fsetattr; getattrat; - getpagesizes2; htonl; htonll; htons; @@ -177,6 +176,8 @@ SUNW_1.23 { # SunOS 5.11 (Solaris 11) timer_getoverrun; timer_gettime; timer_settime; + u8_strcmp; + u8_validate; uconv_u16tou32; uconv_u16tou8; uconv_u32tou16; @@ -191,12 +192,16 @@ SUNW_1.23 { # SunOS 5.11 (Solaris 11) vwarnx; warn; warnx; +} SUNW_1.22.5; + +SUNW_1.22.5 { # s10u8 - SunOS 5.10 (Solaris 10) patch additions + protected: + getpagesizes2; } SUNW_1.22.4; SUNW_1.22.4 { # s10u7 - SunOS 5.10 (Solaris 10) patch additions protected: - u8_strcmp; - u8_validate; + SUNW_1.22.4; } SUNW_1.22.3; SUNW_1.22.3 { # SunOS 5.10 (Solaris 10) patch additions |