From 87acebbbe8b290d7051b380ec1c08361f6ef1b79 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 29 Jan 2025 19:41:13 +0100 Subject: Fix open_tree support for when missing in libc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- alsause.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3-70-g09d2