Actions
Bug #1279
closederr(3C) should be marked __NORETURN
Start date:
2011-07-27
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
The err() family of functions exit with a given message and failure code, and never return. They should be marked as such for the sake of GCC error checking.
Updated by Rich Lowe over 12 years ago
- Status changed from In Progress to Resolved
- % Done changed from 70 to 100
resolved in r13420 commit:b33ae82cafa3
Actions