From 8742514c1a1a5bc0f423da9101deb66115e187ff Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 25 Nov 2012 00:32:40 +0100 Subject: timer: recalculate next elapse for calendar timer units when the system clock is changed --- src/shared/missing.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/shared/missing.h') diff --git a/src/shared/missing.h b/src/shared/missing.h index 3777cf69b2..c53579ff7f 100644 --- a/src/shared/missing.h +++ b/src/shared/missing.h @@ -253,3 +253,7 @@ static inline int name_to_handle_at(int fd, const char *name, struct file_handle #ifndef CIFS_MAGIC_NUMBER #define CIFS_MAGIC_NUMBER 0xFF534D42 #endif + +#ifndef TFD_TIMER_CANCEL_ON_SET +#define TFD_TIMER_CANCEL_ON_SET (1 << 1) +#endif -- cgit v1.2.3-54-g00ecf