Skip to content

Commit 1b7c3e0

Browse files
committed
sys/threads: modify threadsinfo declaration
JIRA: RTOS-1187
1 parent ba135f8 commit 1b7c3e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/sys/threads.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ static inline int beginthread(void (*start)(void *), unsigned int priority, void
8383
}
8484

8585

86-
extern int threadsinfo(int n, threadinfo_t *info);
86+
extern int threadsinfo(int *tid, unsigned int flags, int n, threadinfo_t *info);
8787

8888

8989
extern int priority(int priority);

0 commit comments

Comments
 (0)