summaryrefslogtreecommitdiff
path: root/glnx-fdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'glnx-fdio.h')
-rw-r--r--glnx-fdio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glnx-fdio.h b/glnx-fdio.h
index 9c57dc5..f95e473 100644
--- a/glnx-fdio.h
+++ b/glnx-fdio.h
@@ -193,7 +193,7 @@ typedef enum {
gboolean
glnx_file_copy_at (int src_dfd,
const char *src_subpath,
- struct stat *src_stbuf,
+ const struct stat *src_stbuf,
int dest_dfd,
const char *dest_subpath,
GLnxFileCopyFlags copyflags,