yet another new glibc build fix

git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1655 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2007-08-12 21:20:08 +00:00
parent 3cbcb982e2
commit 5e96d5da78

View file

@ -2491,6 +2491,7 @@ int stat64(const char *pathname, struct stat64 *buf) {
return 0; return 0;
} }
#undef open64
int open64(const char *filename, int flags, ...) { int open64(const char *filename, int flags, ...) {
va_list args; va_list args;
mode_t mode = 0; mode_t mode = 0;