mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
Small fix for MacOSX compat
Issue originally pointed out by Igor Zubkov.
This commit is contained in:
parent
db714bfea6
commit
87d63b19a3
1 changed files with 1 additions and 1 deletions
|
|
@ -2617,7 +2617,7 @@ char *pa_realpath(const char *path) {
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef __GLIBC__
|
#if !defined(__GLIBC__) && !defined(__APPLE__)
|
||||||
#error "It's not clear whether this system supports realpath(..., NULL) like GNU libc does. If it doesn't we need a private version of realpath() here."
|
#error "It's not clear whether this system supports realpath(..., NULL) like GNU libc does. If it doesn't we need a private version of realpath() here."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue