summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/utils/padsp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/padsp.c b/src/utils/padsp.c
index 078b2e52..556ac2b7 100644
--- a/src/utils/padsp.c
+++ b/src/utils/padsp.c
@@ -2491,6 +2491,7 @@ int stat64(const char *pathname, struct stat64 *buf) {
return 0;
}
+#undef open64
int open64(const char *filename, int flags, ...) {
va_list args;
mode_t mode = 0;