1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-30 00:00:15 +01:00
libhermit/usr/rdma-core/buildlib/provider.map
2017-10-06 15:13:04 +02:00

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: *;
};