]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC 273644,273738:
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 2 Nov 2014 23:22:22 +0000 (23:22 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 2 Nov 2014 23:22:22 +0000 (23:22 +0000)
commita413c5cf677f673ff6f077ba2c3013d35e353c18
treef57fd791d585d6065b79cb69f9b68cd306b6241f
parentff1a462181ea51af6a8abe53da2601e103756a3a
MFC 273644,273738:
Clarify that pthread_cleanup_push()/pop() are implemented as macros that
create a new code block and thus must be balanced at the same lexical
scope.  (This is also a requirement in POSIX.)

PR: 194280
Submitted by: dr2867.business@pacbell.net

git-svn-id: svn://svn.freebsd.org/base/stable/8@273996 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
share/man/man3/pthread_cleanup_pop.3
share/man/man3/pthread_cleanup_push.3