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