X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Futil.h;fp=src%2Futil.h;h=1ce2440f3f0611569fc18fd34dc710e64f01a91f;hp=114b24c3e7da00ab6cdb293e7928b53b002ba652;hb=1e5678d023ab57807d3de08e10304e36bf9a1950;hpb=ce3fd7e72a1b101002617bd410031e65d290f56f diff --git a/src/util.h b/src/util.h index 114b24c3e..1ce2440f3 100644 --- a/src/util.h +++ b/src/util.h @@ -531,4 +531,6 @@ void* memdup(const void *p, size_t l); int rtc_open(int flags); +int is_kernel_thread(pid_t pid); + #endif