about summary refs log tree commit diff
path: root/src/exit/abort_lock.c
Commit message (Collapse)AuthorAgeFilesLines
* move __abort_lock to its own file and drop pointless weak_alias trickRich Felker2020-10-141-0/+3
the dummy definition of __abort_lock in sigaction.c was performing exactly the same role that putting the lock in its own source file could and should have been used to achieve. while we're moving it, give it a proper declaration.