mirror of
git://git.musl-libc.org/musl
synced 2025-01-11 09:09:45 +00:00
7c41047285
commit 246f1c811448f37a44b41cd8df8d0ef9736d95f4 inadvertently introduced the local variable p as static by declaring it together with lfs64_list. the function is only reachable under lock, and is not called reentrantly, so this is not a functional bug, but it is confusing and inefficient. fix by separating the declarations. |
||
---|---|---|
.. | ||
dlstart.c | ||
dynlink.c |