X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=doc%2Frrdthreads.pod;h=71506e99e58beac49640be9b7313ab96da15dc84;hb=844146539c59e3fe0a5a4a1975c9dacd8db7093c;hp=f05d6ea227d5ad418898ed5e84db2121d5dea30c;hpb=cb092381724e4ba8a1f18712fefc541a3d370f99;p=rrdtool.git diff --git a/doc/rrdthreads.pod b/doc/rrdthreads.pod index f05d6ea..71506e9 100644 --- a/doc/rrdthreads.pod +++ b/doc/rrdthreads.pod @@ -126,7 +126,7 @@ C as an example. =item * -Do not use the C function! +Do not use the C function! It uses lots of global variables. You may use it in functions not designed to be thread-safe, like in functions wrapping the C<_r> version of some @@ -137,7 +137,7 @@ operation (e.g., C, but not in C) =head2 CURRENTLY IMPLEMENTED THREAD SAFE FUNCTIONS Currently there exist thread-safe variants of C, -C, C, C and C. +C, C, C, C, and C. =head1 AUTHOR