aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-01-29 19:41:13 +0100
committerMattias Andrée <m@maandree.se>2025-01-29 19:41:13 +0100
commit87acebbbe8b290d7051b380ec1c08361f6ef1b79 (patch)
tree5b665a3e61d4eef89b8b94e5f7cacccb2da9012d
parentUpdate year (diff)
downloadalsause-87acebbbe8b290d7051b380ec1c08361f6ef1b79.tar.gz
alsause-87acebbbe8b290d7051b380ec1c08361f6ef1b79.tar.bz2
alsause-87acebbbe8b290d7051b380ec1c08361f6ef1b79.tar.xz
Fix open_tree support for when missing in libcHEAD1.0.2master
Signed-off-by: Mattias Andrée <m@maandree.se>
-rw-r--r--alsause.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/alsause.c b/alsause.c
index c91125e..5cb923d 100644
--- a/alsause.c
+++ b/alsause.c
@@ -18,7 +18,7 @@
NUSAGE(125, "[(-r | name | card:device) [command [argument] ...]]");
-#ifdef MISSING_OPEN_TREE_CLONE
+#ifdef MISSING_OPEN_TREE
static int
open_tree(int dirfd, const char *path, int flags)
{