X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=src%2Fshared%2Fmissing.h;h=c53579ff7f1a248fc710fbd86edffd9b1ba59969;hb=23406ce58aa7142e8df3c5c9e5ac34a01e90e3e0;hp=3777cf69b21015310e516a8c7b30bbc6c5ba2f70;hpb=85210bffd8363e491b4c31f2d09404f9869ad0c7;p=elogind.git diff --git a/src/shared/missing.h b/src/shared/missing.h index 3777cf69b..c53579ff7 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