From 0bc86489bb9ce9eec34ce1aa27d19ac4b423603e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Tue, 27 Apr 2004 23:49:46 +0000 Subject: [PATCH] Separated removed (via preprocessor) sections. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7338 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/libroot/posix/glibc/include/bits/libc-lock.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */ -