mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
Moved pthread specific code in src/threads/pthread.c
pthread example doesn't compile du to the lack of libssh_threads_native.so library
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user