* Yury Norov: > diff --git a/include/uapi/linux/fs.h b/include/uapi/linux/fs.h > index 53a22e8e0408..dbf58bbf5bad 100644 > --- a/include/uapi/linux/fs.h > +++ b/include/uapi/linux/fs.h Could you move it to a dedicated <linux/rename-flags.h> header? Or add a comment that the header is only for rename flags? Then we can change glibc to include it if it is present and when compiling under _GNU_SOURCE. Thanks, Florian