chiark / gitweb /
udev: support "udevadm info /dev/sda; udevadm info /sys/class/block/sda"
[elogind.git] / src / shared / missing.h
index ecedf72ab790a9e6a2b438fde3028bd77324f123..0cf7949d2cbde548c854af630c4fc2cd6a4720ce 100644 (file)
@@ -184,4 +184,8 @@ static inline pid_t gettid(void) {
 #define SCM_SECURITY 0x03
 #endif
 
+#ifndef MS_STRICTATIME
+#define MS_STRICTATIME (1<<24)
+#endif
+
 #endif