Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jun 1998 16:08:43 -0700 (PDT)
From:      John Birrell <jb@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG
Subject:   cvs commit: src/lib/libc_r/uthread uthread_exit.c
Message-ID:  <199806092308.QAA02405@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jb          1998/06/09 16:08:42 PDT

  Modified files:
    lib/libc_r/uthread   uthread_exit.c 
  Log:
  POSIX says that pthread_exit() is not allowed to be called from a
  cleanup destructor, so trap this case to prevent me from being being
  burnt again by applications that try to do this. With this change, an
  application (like one using a mis-configured ACE) will exit the process
  after displaying a message quoting the POSIX section that the application
  has violated.
  
  Revision  Changes    Path
  1.5       +10 -0     src/lib/libc_r/uthread/uthread_exit.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



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