about summary refs log tree commit diff
path: root/library/std/src/sys/pal/unix/weak
AgeCommit message (Collapse)AuthorLines
2025-09-03std: improve the `dlsym!` macro and add a test for itjoboet-0/+32
* Ensure nul-termination of the symbol name at compile-time * Use an acquire load instead of a relaxed load and acquire fence * Properly use `unsafe` and add safety comments * Add tests