summaryrefslogtreecommitdiff
path: root/glnx-missing.h
diff options
context:
space:
mode:
Diffstat (limited to 'glnx-missing.h')
-rw-r--r--glnx-missing.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/glnx-missing.h b/glnx-missing.h
index fa80d3e..a60705a 100644
--- a/glnx-missing.h
+++ b/glnx-missing.h
@@ -48,5 +48,8 @@
#ifndef RENAME_NOREPLACE
#define RENAME_NOREPLACE (1 << 0)
#endif
+#ifndef RENAME_EXCHANGE
+#define RENAME_EXCHANGE (1 << 1)
+#endif
#include "glnx-missing-syscall.h"