repo.or.cz
/
musl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
netinet/udp.h: add UDP_GRO from linux v5.0
[musl.git]
/
src
/
ldso
/
dlclose.c
blob
e437422a675ae25981712866190b0cceb08445ec
1
#include <dlfcn.h>
2
#include
"dynlink.h"
3
4
int
dlclose
(
void
*
p
)
5
{
6
return
__dl_invalid_handle
(
p
);
7
}