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=75c8e3cffd7da8eede614cf61384957af2c82a29;hpb=4d14be09d62ab25174d87efd4f6960e90f6bbb82 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