diff options
author | rie <none@none> | 2007-10-10 14:20:55 -0700 |
---|---|---|
committer | rie <none@none> | 2007-10-10 14:20:55 -0700 |
commit | 6075882998740edfaff4dd844974e188f8bd6793 (patch) | |
tree | f90d1d0754117a7638202371fdcef1da9cad2087 /usr/src/uts/common/sys/link.h | |
parent | cbaac45efa0d3c34c22cc0f55a49f9e417c9b220 (diff) | |
download | illumos-joyent-6075882998740edfaff4dd844974e188f8bd6793.tar.gz |
PSARC/2007/559 new symbol visibilities - EXPORTED, SINGLETON, and ELIMINATE
6602451 new symbol visibilities required: EXPORTED, SINGLETON and ELIMINATE
Diffstat (limited to 'usr/src/uts/common/sys/link.h')
-rw-r--r-- | usr/src/uts/common/sys/link.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/link.h b/usr/src/uts/common/sys/link.h index edd5aeaee6..8b3cbe37a9 100644 --- a/usr/src/uts/common/sys/link.h +++ b/usr/src/uts/common/sys/link.h @@ -279,6 +279,7 @@ typedef struct { #define DF_1_SYMINTPOSE 0x00800000 /* individual symbol interposers */ /* exist */ #define DF_1_GLOBAUDIT 0x01000000 /* establish global auditing */ +#define DF_1_SINGLETON 0x02000000 /* singleton symbols exist */ /* * Values set to DT_FEATURE_1 tag's d_val. |