From 2cca490076841b431d7a83d020d90e1ad00bbca5 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Mon, 6 Sep 2010 14:51:01 +0200 Subject: Moved pthread specific code in src/threads/pthread.c pthread example doesn't compile du to the lack of libssh_threads_native.so library --- tests/unittests/torture_rand.c | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/unittests/torture_rand.c b/tests/unittests/torture_rand.c index 87ecd9a6..be4390e1 100644 --- a/tests/unittests/torture_rand.c +++ b/tests/unittests/torture_rand.c @@ -12,7 +12,6 @@ #define NUM_LOOPS 20000 #endif #define NUM_THREADS 100 -SSH_THREADS_PTHREAD(ssh_pthread_callbacks); static void setup(){ printf("setup\n"); -- cgit