Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
iproute2
/
66abc090724a14baa0b931ecab4ea22ce91c4fb0
/
.
/
genl
/
static-syms.c
blob: 1ed3a8a90bd787f687c5b8d95eaceedff42fce3e [
file
] [
log
] [
blame
]
Mike Frysinger
f2e27cf
2009-11-06 06:09:22 -0500
[
diff
] [
blame
]
1
#include
<string.h>
2
void
*
_dlsym
(
const
char
*
sym
)
3
{
4
#include
"static-syms.h"
5
return
NULL
;
6
}