summaryrefslogtreecommitdiff
path: root/src/exit/abort_lock.c
AgeCommit message (Collapse)AuthorLines
2020-10-14move __abort_lock to its own file and drop pointless weak_alias trickRich Felker-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.