Include <sched.h> in <pthread.h>
This is mandated by POSIX. 2015-10-30 Sebastian Huber <sebastian.huber@embedded-brains.de> libc/include/pthread.h: Include <sched.h> instead of <sys/sched.h>. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
		
							parent
							
								
									677eea00a6
								
							
						
					
					
						commit
						ce8159d5ce
					
				|  | @ -31,7 +31,7 @@ extern "C" { | |||
| 
 | ||||
| #include <sys/types.h> | ||||
| #include <time.h> | ||||
| #include <sys/sched.h> | ||||
| #include <sched.h> | ||||
| #include <sys/cdefs.h> | ||||
| 
 | ||||
| struct _pthread_cleanup_context { | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue