Skip to content

Commit

Permalink
use the same declartion for mode_t that is in Qt API
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
  • Loading branch information
mgallien committed Aug 4, 2022
1 parent d4a8b7f commit de9d8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/csync/std/c_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
#define getuid() 0
#define geteuid() 0
#elif defined(_WIN32)
#define mode_t int
typedef int mode_t;
#else
#include <fcntl.h>
#endif
Expand Down

0 comments on commit de9d8b6

Please sign in to comment.