]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - malloc/arena.c
malloc: Remove NO_THREADS
[thirdparty/glibc.git] / malloc / arena.c
index 54cf0865ea4d0fea152d0abb9b1a4fd93b8e26f9..cd26cdd02c10687f3280450c1d35805dc95b35eb 100644 (file)
@@ -127,8 +127,6 @@ int __malloc_initialized = -1;
 
 /**************************************************************************/
 
-#ifndef NO_THREADS
-
 /* atfork support.  */
 
 static void *(*save_malloc_hook)(size_t __size, const void *);
@@ -327,7 +325,6 @@ ptmalloc_unlock_all2 (void)
 
 #  define ptmalloc_unlock_all2 ptmalloc_unlock_all
 # endif
-#endif  /* !NO_THREADS */
 
 /* Initialization routine. */
 #include <string.h>