mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 08:24:32 -08:00
[testapp] Re-add testapp to default manifest
This commit re-adds testapp to the default manifest and does some housecleaning on the module: - Remove the old serial.* and io.* - Update it to use current syscall APIs - Update it to use libj6's higher-level thread API
This commit is contained in:
@@ -45,6 +45,12 @@ thread::start()
|
||||
return m_status;
|
||||
}
|
||||
|
||||
void
|
||||
thread::join()
|
||||
{
|
||||
j6_thread_join(m_thread);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#endif // __j6kernel
|
||||
|
||||
Reference in New Issue
Block a user