From fe3f99c92a8437a353ba12075d6c3273d04c4e3f Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Mon, 26 Jul 2010 10:04:43 +0200 Subject: merged non-android-specific changes from android branch --- threading_pthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'threading_pthread.c') diff --git a/threading_pthread.c b/threading_pthread.c index 00712266..66db5844 100644 --- a/threading_pthread.c +++ b/threading_pthread.c @@ -40,7 +40,7 @@ thread_start (void (*fn)(void *ctx), void *ctx) { s = pthread_attr_destroy (&attr); if (s != 0) { fprintf (stderr, "pthread_attr_destroy failed: %s\n", strerror (s)); - pthread_cancel (tid); +// pthread_cancel (tid); // missing on android return 0; } return tid; -- cgit v1.2.3