X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fmissing.h;h=095bf1fe042ad8a694aa1c18eb9a2bb9816e1f57;hp=213ef2f6a69235ede7f1b1a0741aab248b766910;hb=54ecda32c60c6f2548f74703bfd324694393edaa;hpb=fa734f4da837abe6c893e75c95be78527db72c0f diff --git a/src/missing.h b/src/missing.h index 213ef2f6a..095bf1fe0 100644 --- a/src/missing.h +++ b/src/missing.h @@ -180,4 +180,8 @@ static inline pid_t gettid(void) { return (pid_t) syscall(SYS_gettid); } +#ifndef SCM_SECURITY +#define SCM_SECURITY 0x03 +#endif + #endif