diff options
Diffstat (limited to 'Usr/Sys/CoreSystem/Sources/Thread.c')
| -rw-r--r-- | Usr/Sys/CoreSystem/Sources/Thread.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Usr/Sys/CoreSystem/Sources/Thread.c b/Usr/Sys/CoreSystem/Sources/Thread.c new file mode 100644 index 00000000..7d00bf9e --- /dev/null +++ b/Usr/Sys/CoreSystem/Sources/Thread.c @@ -0,0 +1,9 @@ +/* ------------------------------------------- + + Copyright SoftwareLabs + +------------------------------------------- */ + +#include <Headers/Thread.h> + +ThreadRef kMainThread = 0; |
