diff options
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 96b008c..c15731a 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -1034,6 +1034,8 @@ static int close_wrapper(int fd) static int creat_wrapper(const char *pathname, mode_t mode) { + (void)mode; + int fd = PREFIX(creat)(pathname, mode); if(fd >= 0) |