diff options
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/lib/README.mapfiles | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/README.mapfiles b/usr/src/lib/README.mapfiles index 560226938e..69285b296e 100644 --- a/usr/src/lib/README.mapfiles +++ b/usr/src/lib/README.mapfiles @@ -194,7 +194,7 @@ feature of the C preprocessor. For instance, the following mapfile declares a version SUNW_1.1 that always exports a symbol foo, and also exports the symbol bar on 32-bit sparc platforms: -$mapfile_version +$mapfile_version 2 SYMBOL_VERSION SUNW_1.1 { foo; $if _sparc && _ELF32 |