We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba135f8 commit 1b7c3e0Copy full SHA for 1b7c3e0
1 file changed
include/sys/threads.h
@@ -83,7 +83,7 @@ static inline int beginthread(void (*start)(void *), unsigned int priority, void
83
}
84
85
86
-extern int threadsinfo(int n, threadinfo_t *info);
+extern int threadsinfo(int *tid, unsigned int flags, int n, threadinfo_t *info);
87
88
89
extern int priority(int priority);
0 commit comments