mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 00:38:06 +02:00
compiler-private: Define what PLT stands for
This commit is contained in:
parent
62b724ac84
commit
14404ada80
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@
|
|||
* call sites. The macro works by renaming `f' to an internal name
|
||||
* in the symbol table and hiding that. As far as cairo internal
|
||||
* calls are concerned they're calling a library internal function
|
||||
* and thus don't need to bounce via the PLT.
|
||||
* and thus don't need to bounce via the procedure linkage table (PLT).
|
||||
*
|
||||
* slim_hidden_def(f)
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue