Skip to content

Commit e260201

Browse files
cfriedtcarlescufi
authored andcommitted
doc: posix: mark pthread_cleanup_push() and pop() as supported
Update docs to reflect additional support of pthread_cleanup_push() and pthread_cleanup_pop(). Signed-off-by: Christopher Friedt <[email protected]>
1 parent fe456ee commit e260201

File tree

1 file changed

+2
-2
lines changed
  • doc/services/portability/posix/option_groups

1 file changed

+2
-2
lines changed

doc/services/portability/posix/option_groups/index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ multiple processes.
3232
pthread_barrierattr_init(),yes
3333
pthread_barrierattr_setpshared(),yes
3434
pthread_cancel(),yes
35-
pthread_cleanup_pop(),
36-
pthread_cleanup_push(),
35+
pthread_cleanup_pop(),yes
36+
pthread_cleanup_push(),yes
3737
pthread_cond_broadcast(),yes
3838
pthread_cond_destroy(),yes
3939
pthread_cond_init(),yes

0 commit comments

Comments
 (0)