Move group logic from sched/ to sched/group

This commit is contained in:
Gregory Nutt
2014-08-08 14:06:42 -06:00
parent d00e9b6016
commit 4ff17b3904
35 changed files with 103 additions and 63 deletions
+1 -1
View File
@@ -44,7 +44,7 @@
#include <debug.h>
#include "os_internal.h"
#include "group_internal.h"
#include "group/group.h"
#include "pthread/pthread.h"
/****************************************************************************