diff options
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h index 114b24c3e7..1ce2440f3f 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 |