From 27780b84fc1ad52d90d6f737896c97f4a19ab755 Mon Sep 17 00:00:00 2001 From: Stathis Kamperis Date: Sun, 29 Jul 2007 21:41:41 +0300 Subject: [PATCH] Move all pthread related files to pthreads/ directory --- pthread_create.c => pthreads/pthread_create.c | 0 pthread_mutex.c => pthreads/pthread_mutex.c | 0 pthread_semaphore.c => pthreads/pthread_semaphore.c | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename pthread_create.c => pthreads/pthread_create.c (100%) rename pthread_mutex.c => pthreads/pthread_mutex.c (100%) rename pthread_semaphore.c => pthreads/pthread_semaphore.c (100%) diff --git a/pthread_create.c b/pthreads/pthread_create.c similarity index 100% rename from pthread_create.c rename to pthreads/pthread_create.c diff --git a/pthread_mutex.c b/pthreads/pthread_mutex.c similarity index 100% rename from pthread_mutex.c rename to pthreads/pthread_mutex.c diff --git a/pthread_semaphore.c b/pthreads/pthread_semaphore.c similarity index 100% rename from pthread_semaphore.c rename to pthreads/pthread_semaphore.c -- 2.11.4.GIT