Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
6ea7ee5c1640f024a2d277f5db25b29bb71d105b
/
.
/
ap
/
app
/
iproute2
/
iproute2-3.4.0
/
ip
/
static-syms.c
blob: 1ed3a8a90bd787f687c5b8d95eaceedff42fce3e [
file
] [
log
] [
blame
]
lh
9ed821d
2023-04-07 01:36:19 -0700
[
diff
] [
blame
]
1
#include
<string.h>
2
void
*
_dlsym
(
const
char
*
sym
)
3
{
4
#include
"static-syms.h"
5
return
NULL
;
6
}