mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 08:24:32 -08:00
Organize system calls
* syscalls should all return j6_status_t now * syscalls are grouped by category in name as well as in files
This commit is contained in:
@@ -8,8 +8,6 @@ class event :
|
||||
public kobject
|
||||
{
|
||||
public:
|
||||
static constexpr type type_id = type::event;
|
||||
|
||||
event() :
|
||||
kobject(type_id) {}
|
||||
kobject(type::event) {}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user