[libc-commits] [libc] [libc] [search] implement hcreate(_r)/hsearch(_r)/hdestroy(_r) (PR #73469)

Schrodinger ZHU Yifan via libc-commits libc-commits at lists.llvm.org
Sun Nov 26 19:36:12 PST 2023


================
@@ -497,6 +497,14 @@ if(LLVM_LIBC_FULL_BUILD)
     libc.src.spawn.posix_spawn_file_actions_destroy
     libc.src.spawn.posix_spawn_file_actions_init
 
+    # search.h entrypoints
----------------
SchrodingerZhu wrote:

I put it in the `FULL_BUILD` section. Should I move it to somewhere instead?

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


More information about the libc-commits mailing list