Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Mar 2010 19:07:41 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libstand assert.c
Message-ID:  <201003301907.o2UJ7pGq004376@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2010-03-30 19:07:41 UTC

  FreeBSD src repository

  Modified files:
    lib/libstand         assert.c 
  Log:
  SVN rev 205900 on 2010-03-30 19:07:41Z by jhb
  
  Use panic() (which the environment is required to provide to libstand) to
  implement assert() instead of relying on a non-required exit().  The exit()
  invocation also did not match the semantics of the exit() routine that
  current boot environments happen to require.
  
  PR:             kern/144749
  Discussed with: bde
  MFC after:      1 week
  
  Revision  Changes    Path
  1.8       +4 -4      src/lib/libstand/assert.c



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