summaryrefslogtreecommitdiff
path: root/libc/stdlib/malloc/free.c
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-11-25 16:27:07 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-11-25 16:27:07 +0000
commit5fefc2d24a19675e9b7cce654ec06022de2738ba (patch)
tree31e007691d366123be7d27abc96d43b3b744c018 /libc/stdlib/malloc/free.c
parent9d6d4ac6476107b42a9bdca8e794fdb309aeca28 (diff)
- remove some bloat that was added in r23660 and subsequent r23698.
The sbrk lock is only needed for LT.old
Diffstat (limited to 'libc/stdlib/malloc/free.c')
-rw-r--r--libc/stdlib/malloc/free.c2
1 files changed, 1 insertions, 1 deletions
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
)
{