aboutsummaryrefslogtreecommitdiff
path: root/tests/unittests
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2010-09-06 14:51:01 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2010-09-06 14:51:01 +0200
commit2cca490076841b431d7a83d020d90e1ad00bbca5 (patch)
tree6c42026aed29faeeb4d8e28ad3f11a4288517887 /tests/unittests
parentf7842e3a4b9acea2126ff725f993c299aef0e6db (diff)
downloadlibssh-2cca490076841b431d7a83d020d90e1ad00bbca5.tar.gz
libssh-2cca490076841b431d7a83d020d90e1ad00bbca5.tar.xz
libssh-2cca490076841b431d7a83d020d90e1ad00bbca5.zip
Moved pthread specific code in src/threads/pthread.c
pthread example doesn't compile du to the lack of libssh_threads_native.so library
Diffstat (limited to 'tests/unittests')
-rw-r--r--tests/unittests/torture_rand.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unittests/torture_rand.c b/tests/unittests/torture_rand.c
index 87ecd9a..be4390e 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");