]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/blobdiff - genl/static-syms.c
support static-only systems
[lisovros/iproute2_canprio.git] / genl / static-syms.c
diff --git a/genl/static-syms.c b/genl/static-syms.c
new file mode 100644 (file)
index 0000000..1ed3a8a
--- /dev/null
@@ -0,0 +1,6 @@
+#include <string.h>
+void *_dlsym(const char *sym)
+{
+#include "static-syms.h"
+       return NULL;
+}