Gitiles
Code Review
Sign In
192.168.1.100
/
R306
/
824eb0c6ade808c4501e62fbcf0025f4e694cd11
/
.
/
ap
/
app
/
iproute2
/
iproute2-3.4.0
/
tc
/
static-syms.c
blob: 1ed3a8a90bd787f687c5b8d95eaceedff42fce3e [
file
] [
log
] [
blame
]
yuezonghe
824eb0c
2024-06-27 02:32:26 -0700
[
diff
] [
blame^
]
1
#include
<string.h>
2
void
*
_dlsym
(
const
char
*
sym
)
3
{
4
#include
"static-syms.h"
5
return
NULL
;
6
}