From 6b6ede3d15f04fe825cfa9f697507457e3640344 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 14 Feb 2015 23:00:19 -0600 Subject: resolve merge --- libpthread/linuxthreads/pthandles.c | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 libpthread/linuxthreads/pthandles.c (limited to 'libpthread/linuxthreads/pthandles.c') diff --git a/libpthread/linuxthreads/pthandles.c b/libpthread/linuxthreads/pthandles.c deleted file mode 100644 index acc47e28d..000000000 --- a/libpthread/linuxthreads/pthandles.c +++ /dev/null @@ -1,5 +0,0 @@ -#include "pthread.h" -#include "internals.h" - -/* Array of active threads. Entry 0 is reserved for the initial thread. */ -struct pthread_handle_struct __pthread_handles[PTHREAD_THREADS_MAX]; -- cgit v1.2.3