chiark / gitweb /
socket: add option for SO_PASSEC
[elogind.git] / src / missing.h
index 213ef2f6a69235ede7f1b1a0741aab248b766910..095bf1fe042ad8a694aa1c18eb9a2bb9816e1f57 100644 (file)
@@ -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