]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r217207:
authored <ed@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 4 Feb 2011 19:27:49 +0000 (19:27 +0000)
committered <ed@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 4 Feb 2011 19:27:49 +0000 (19:27 +0000)
commitf2e64107011b4d5660d7575aafcbda461d57a05d
treef668fda9a590476eae9f2c0b307dfd46467483e8
parentf5a14e8bb0951a3a2e4f7f47c9b8448cce69cf87
MFC r217207:

  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().

git-svn-id: svn://svn.freebsd.org/base/stable/8@218291 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
include/assert.h