X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/5f4d86c1219d56604890d932a3152b3b5dd15b55..34e8f8296870d0e8695f90e1a54240a589d41312:/pthreads/pthread_cleanup_push.3 diff --git a/pthreads/pthread_cleanup_push.3 b/pthreads/pthread_cleanup_push.3 index d307756..91ec386 100644 --- a/pthreads/pthread_cleanup_push.3 +++ b/pthreads/pthread_cleanup_push.3 @@ -53,6 +53,10 @@ When is called, it is passed .Fa arg as its only argument. +.Fn pthread_cleanup_push +must be paired with a corresponding +.Xr pthread_cleanup_pop 3 +in the same lexical scope. .Sh RETURN VALUES .Fn pthread_cleanup_push does not return any value.