diff options
author | Alexander Pyhalov <apyhalov@gmail.com> | 2018-08-25 17:48:14 -0700 |
---|---|---|
committer | Joshua M. Clulow <josh@sysmgr.org> | 2018-08-25 17:48:14 -0700 |
commit | c6fe8850c7ff4c85074c93430743b146d8133436 (patch) | |
tree | b58fef6bd0cfaa9db71da935b860ede1559d9d75 /usr/src/lib/libc | |
parent | acab0a4f5020a09371629ac5149fdcf355dd0512 (diff) | |
download | illumos-gate-c6fe8850c7ff4c85074c93430743b146d8133436.tar.gz |
5709 Add binary compatibility with Solaris 10 update 10
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk>
Reviewed by: Toomas Some <tsoome@me.com>
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com>
Approved by: Joshua M. Clulow <josh@sysmgr.org>
Diffstat (limited to 'usr/src/lib/libc')
-rw-r--r-- | usr/src/lib/libc/port/mapfile-vers | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/src/lib/libc/port/mapfile-vers b/usr/src/lib/libc/port/mapfile-vers index c2db2cf62c..953a08f833 100644 --- a/usr/src/lib/libc/port/mapfile-vers +++ b/usr/src/lib/libc/port/mapfile-vers @@ -599,6 +599,11 @@ $if lf64 posix_fadvise64; posix_fallocate64; $endif +} SUNW_1.22.7; + +SYMBOL_VERSION SUNW_1.22.7 { # s10u10 - SunOS 5.10 (Solaris 10) patch additions + protected: + SUNW_1.22.7; } SUNW_1.22.6; SYMBOL_VERSION SUNW_1.22.6 { # s10u9 - SunOS 5.10 (Solaris 10) patch additions |