Searched hist:217207 (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/include/
H A Dassert.hdiff 217207 Sun Jan 09 19:52:47 MST 2011 ed Add missing __dead2 to __assert().

__assert() is called when an assertion fails. After printing an error
message, it will call abort(). abort() never returns, hence it has the
__dead2 attribute. Also add this attribute to __assert().

MFC after: 3 weeks

Completed in 129 milliseconds