mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-30 00:00:15 +01:00
6 lines
172 B
Text
6 lines
172 B
Text
/* The providers do not export any symbols at all. Instead they rely on
|
|
attribute(constructor) to cause their init function to run at dlopen
|
|
time. */
|
|
{
|
|
local: *;
|
|
};
|