summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugin.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 96b008c551..c15731aec5 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -1034,6 +1034,8 @@ static int close_wrapper(int fd)
1034 1034
1035static int creat_wrapper(const char *pathname, mode_t mode) 1035static int creat_wrapper(const char *pathname, mode_t mode)
1036{ 1036{
1037 (void)mode;
1038
1037 int fd = PREFIX(creat)(pathname, mode); 1039 int fd = PREFIX(creat)(pathname, mode);
1038 1040
1039 if(fd >= 0) 1041 if(fd >= 0)