Home | History | Annotate | Download | only in ip
      1 #include <string.h>
      2 void *_dlsym(const char *sym)
      3 {
      4 #include "static-syms.h"
      5 	return NULL;
      6 }
      7