Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move __abort_lock to its own file and drop pointless weak_alias trick | Rich Felker | 2020-10-14 | 1 | -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. |