changeset c515685843c2 in /z/repo/m5threads
details: http://repo.gem5.org/m5threads?cmd=changeset;node=c515685843c2
description:
        pthreads:  Add linux/sched.h header for compatibility with Ubuntu and 
Debian distributions

diffstat:

 pthread.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 61a6de2ff282 -r c515685843c2 pthread.c
--- a/pthread.c Fri Aug 02 14:15:50 2013 -0600
+++ b/pthread.c Tue Sep 24 13:02:52 2013 -0600
@@ -27,6 +27,7 @@
 #include <signal.h>
 #include <sys/errno.h>
 #include <sched.h>
+#include <linux/sched.h>
 #include <sys/mman.h>
 #include <string.h>
 #include <malloc.h>
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to