iproute2/ip/static-syms.c

7 lines
93 B
C

#include <string.h>
void *_dlsym(const char *sym)
{
#include "static-syms.h"
return NULL;
}