Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Feb 2011 19:27:59 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/include assert.h
Message-ID:  <201102041928.p14JSBIk042905@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2011-02-04 19:27:59 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    include              assert.h 
  Log:
  SVN rev 218292 on 2011-02-04 19:27:59Z by ed
  
  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().
  
  Revision  Changes    Path
  1.4.24.1  +1 -1      src/include/assert.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102041928.p14JSBIk042905>