Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util: use RTLD_LOCAL with util_dl_open()11.1-branchpoint | Emil Velikov | 2015-11-21 | 1 | -1/+1 |
| | | | | | | | Otherwise we risk things blowing up due to conflicting symbols. Signed-off-by: Emil Velikov <[email protected]> Acked-by: Rob Clark <[email protected]> | ||||
* | util: use pointer_to_func() to silence warning | Brian Paul | 2010-10-25 | 1 | -1/+2 |
| | |||||
* | util: added util_dl_error() | Brian Paul | 2010-04-05 | 1 | -0/+13 |
| | |||||
* | util: Add missing include. | José Fonseca | 2010-02-04 | 1 | -0/+1 |
| | |||||
* | util: Add dl wrappers. | José Fonseca | 2009-12-15 | 1 | -0/+79 |
Borrowed from Mesa, slightly changed for more type safety. |