mirror of
				https://github.com/eclipse/upm.git
				synced 2025-10-31 07:04:14 +03:00 
			
		
		
		
	Threading: Scrubbed usage of threading in libraries
Removed include for pthreads from libraries where it appears NOT to be
used.  Added ${CMAKE_THREAD_LIBS_INIT} to CMakeLists.txt for libraries
which appear to require threading.
Signed-off-by: Noel Eck <noel.eck@intel.com>
			
			
This commit is contained in:
		| @@ -26,7 +26,6 @@ | ||||
| #include <stdexcept> | ||||
| #include <unistd.h> | ||||
| #include <stdlib.h> | ||||
| #include <pthread.h> | ||||
| #include <sched.h> | ||||
| #include <time.h> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Noel Eck
					Noel Eck