Separated removed (via preprocessor) sections.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7338 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-04-27 23:49:46 +00:00
parent 3e9b495a0d
commit 0bc86489bb

View File

@ -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 */