]> CyberLeo.Net >> Repos - FreeBSD/stable/9.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)
commitae82fd95070211faba19ebec3f272b709fea3384
treec67089a028c98bd94aefe3d15c3ba5ab93eac441
parent9e3159e746be9089f810e1e0d82d2af29ff1a373
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/9@273996 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
share/man/man3/pthread_cleanup_pop.3
share/man/man3/pthread_cleanup_push.3