forked from OSchip/llvm-project
parent
2ff698df60
commit
35e43c12f1
|
@ -492,7 +492,7 @@ All Global Variables and Functions have one of the following types of linkage:
|
|||
|
||||
<dt><tt><b><a name="linkage_internal">internal</a></b></tt>: </dt>
|
||||
|
||||
<dd> Similar to private, but the value show as a local symbol (STB_LOCAL in
|
||||
<dd> Similar to private, but the value shows as a local symbol (STB_LOCAL in
|
||||
the case of ELF) in the object file. This corresponds to the notion of the
|
||||
'<tt>static</tt>' keyword in C.
|
||||
</dd>
|
||||
|
|
Loading…
Reference in New Issue