Skip to content

Commit 00177fa

Browse files
committed
small fix
1 parent c2c0b19 commit 00177fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

user/libc/include/sys/spawn.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ typedef struct task_list {
1010
char name[128];
1111
int pid;
1212
int term;
13+
int core;
1314
} task_list_t;
1415

1516
int get_task_list(task_list_t* out, int max);

0 commit comments

Comments
 (0)