main: define RENAME_WHITEOUT if the definition is missing

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Giuseppe Scrivano 2018-07-20 13:40:13 +02:00
parent a5431eda02
commit 3c0e4fac10
No known key found for this signature in database
GPG Key ID: E4730F97F60286ED

4
main.c
View File

@ -56,6 +56,10 @@
# define RENAME_NOREPLACE (1 << 2)
#endif
#ifndef RENAME_WHITEOUT
# define RENAME_WHITEOUT (1 << 2)
#endif
#define ATTR_TIMEOUT 1000000000.0
#define ENTRY_TIMEOUT 1000000000.0