diff options
Diffstat (limited to 'src/system/FileDescriptor.hxx')
-rw-r--r-- | src/system/FileDescriptor.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/system/FileDescriptor.hxx b/src/system/FileDescriptor.hxx index 37657332b..673462389 100644 --- a/src/system/FileDescriptor.hxx +++ b/src/system/FileDescriptor.hxx @@ -90,7 +90,7 @@ public: return FileDescriptor(-1); } - bool Open(const char *pathname, int flags); + bool Open(const char *pathname, int flags, mode_t mode=0666); bool OpenReadOnly(const char *pathname); #ifndef WIN32 |