feat: added ps command
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#include <myke/libk/syscall.h>
|
||||
|
||||
typedef struct lock_fifo_entry {
|
||||
uint32_t tid;
|
||||
pid_t tid;
|
||||
struct lock_fifo_entry *next;
|
||||
} lock_fifo_entry_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user