[libc-commits] [libc] [libc] Add `dlfcn.h` placeholder (PR #97501)

via libc-commits libc-commits at lists.llvm.org
Sat Jul 6 03:13:48 PDT 2024


================
@@ -0,0 +1,43 @@
+add_entrypoint_object(
+  dlclose
+  SRCS
+    dlclose.cpp
+  HDRS
+    dlclose.h
+  DEPENDS
+    libc.include.dlfcn
+    libc.src.errno.errno
----------------
overmighty wrote:

Your current implementations don't include `dlfcn.h` or use `errno`.

```suggestion
```

https://github.com/llvm/llvm-project/pull/97501


More information about the libc-commits mailing list