diff --git a/src/kernel/libroot/posix/glibc/include/bits/libc-lock.h b/src/kernel/libroot/posix/glibc/include/bits/libc-lock.h index 95ac2732d6..3852e6ffd7 100644 --- a/src/kernel/libroot/posix/glibc/include/bits/libc-lock.h +++ b/src/kernel/libroot/posix/glibc/include/bits/libc-lock.h @@ -164,7 +164,9 @@ typedef struct { } \ } while (err == B_INTERRUPTED); \ __result; }) +#endif +#if 0 /* Try to lock the recursive named lock variable. */ #define __libc_lock_trylock_recursive(NAME) \ ({ \ @@ -277,4 +279,3 @@ typedef struct { 0 #endif /* bits/libc-lock.h */ -