From 5fefc2d24a19675e9b7cce654ec06022de2738ba Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 25 Nov 2008 16:27:07 +0000 Subject: - remove some bloat that was added in r23660 and subsequent r23698. The sbrk lock is only needed for LT.old --- libc/stdlib/malloc/free.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/stdlib/malloc/free.c') diff --git a/libc/stdlib/malloc/free.c b/libc/stdlib/malloc/free.c index 5dd3a7625..298707cc4 100644 --- a/libc/stdlib/malloc/free.c +++ b/libc/stdlib/malloc/free.c @@ -30,7 +30,7 @@ static void __free_to_heap (void *mem, struct heap_free_area **heap #ifdef HEAP_USE_LOCKING - , malloc_mutex_t *heap_lock + , pthread_mutex_t *heap_lock #endif ) { -- cgit v1.2.3