From 1d5b20ad4688c73868b4c7ab7c69d600a29482d9 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 1 Oct 2003 06:27:22 +0000 Subject: Update 2003-09-30 Jakub Jelinek * sysdeps/pthread/malloc-machine.h: Remove misleading comment. 2003-09-27 Wolfram Gloger --- nptl/sysdeps/pthread/malloc-machine.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'nptl/sysdeps') diff --git a/nptl/sysdeps/pthread/malloc-machine.h b/nptl/sysdeps/pthread/malloc-machine.h index 634e9cd..efab230 100644 --- a/nptl/sysdeps/pthread/malloc-machine.h +++ b/nptl/sysdeps/pthread/malloc-machine.h @@ -28,8 +28,6 @@ __libc_lock_define (typedef, mutex_t) -/* Assume NPTL. */ - #define mutex_init(m) __libc_lock_init (*(m)) #define mutex_lock(m) __libc_lock_lock (*(m)) #define mutex_trylock(m) __libc_lock_trylock (*(m)) -- cgit v1.1