From c4cb50b3a8f5c9da2a0d2ff40620756d0b6e7a5c Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Tue, 7 Oct 2008 23:28:30 +0000 Subject: * pthread.cc (pthread_create): Very minor formatting change. * timer.cc (timer_thread): Ensure that any created thread defaults to detached state. --- winsup/cygwin/pthread.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/pthread.cc') diff --git a/winsup/cygwin/pthread.cc b/winsup/cygwin/pthread.cc index f2869c294..b110b831b 100644 --- a/winsup/cygwin/pthread.cc +++ b/winsup/cygwin/pthread.cc @@ -17,7 +17,7 @@ extern "C" { /* ThreadCreation */ int -pthread_create (pthread_t * thread, const pthread_attr_t * attr, +pthread_create (pthread_t *thread, const pthread_attr_t *attr, void *(*start_routine) (void *), void *arg) { return pthread::create (thread, attr, start_routine, arg); -- cgit v1.2.3