summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/core-util.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-03-30 19:14:09 +0200
committerLennart Poettering <lennart@poettering.net>2009-03-30 19:14:09 +0200
commit061344fbd78f4a643f4e2a12b24c5d1ae1622e04 (patch)
tree4c2d29990e9a6b0bc638bcc381ce8bf0c29aaacb /src/pulsecore/core-util.c
parentaa6803653e513214fa1ab1d03ace5c91c5357a2b (diff)
parent87d63b19a3f35650536c3595cf89145d61a052ca (diff)
Merge commit 'origin/master'
Diffstat (limited to 'src/pulsecore/core-util.c')
-rw-r--r--src/pulsecore/core-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/core-util.c b/src/pulsecore/core-util.c
index 0d243ee6..e5d8a2f4 100644
--- a/src/pulsecore/core-util.c
+++ b/src/pulsecore/core-util.c
@@ -2617,7 +2617,7 @@ char *pa_realpath(const char *path) {
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."
#endif