summaryrefslogtreecommitdiff
path: root/glnx-fdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'glnx-fdio.h')
-rw-r--r--glnx-fdio.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/glnx-fdio.h b/glnx-fdio.h
index 40931bf..3d1f024 100644
--- a/glnx-fdio.h
+++ b/glnx-fdio.h
@@ -189,7 +189,8 @@ glnx_regfile_copy_bytes (int fdf, int fdt, off_t max_bytes);
typedef enum {
GLNX_FILE_COPY_OVERWRITE = (1 << 0),
GLNX_FILE_COPY_NOXATTRS = (1 << 1),
- GLNX_FILE_COPY_DATASYNC = (1 << 2)
+ GLNX_FILE_COPY_DATASYNC = (1 << 2),
+ GLNX_FILE_COPY_NOCHOWN = (1 << 3)
} GLnxFileCopyFlags;
gboolean