math: move x87-family rint functions to C with inline asm
[musl] / src / ldso / dlclose.c
1 #include <dlfcn.h>
2 #include "dynlink.h"
3
4 int dlclose(void *p)
5 {
6         return __dl_invalid_handle(p);
7 }