diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/utils/padsp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/padsp.c b/src/utils/padsp.c index 041115ec..078b2e52 100644 --- a/src/utils/padsp.c +++ b/src/utils/padsp.c @@ -1436,6 +1436,7 @@ fail: return -1; } +#undef open int open(const char *filename, int flags, ...) { va_list args; mode_t mode = 0; |