X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fbasic%2Frefcnt.h;h=8a39d69fe4090cd1c49823b79de11be76cc6633e;hb=34c7fcb14d705141c71b5b63a2f044a51ffbd92b;hp=0502c20a2e50448028013341f150990f36e9d571;hpb=1cfc78c91965df340cdde100ad6cb3ed50b28927;p=elogind.git diff --git a/src/basic/refcnt.h b/src/basic/refcnt.h index 0502c20a2..8a39d69fe 100644 --- a/src/basic/refcnt.h +++ b/src/basic/refcnt.h @@ -21,7 +21,9 @@ along with systemd; If not, see . ***/ -/* A type-safe atomic refcounter */ +/* A type-safe atomic refcounter. + * + * DO NOT USE THIS UNLESS YOU ACTUALLY CARE ABOUT THREAD SAFETY! */ typedef struct { volatile unsigned _value;