aboutsummaryrefslogtreecommitdiff
path: root/nptl/sysdeps/pthread/malloc-machine.h
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/sysdeps/pthread/malloc-machine.h')
-rw-r--r--nptl/sysdeps/pthread/malloc-machine.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/nptl/sysdeps/pthread/malloc-machine.h b/nptl/sysdeps/pthread/malloc-machine.h
index 634e9cd66c..efab230aa8 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))