mirror of git://git.musl-libc.org/musl
fix longstanding missing static in mq_notify (namespace pollution)
This commit is contained in:
parent
45b38550ee
commit
8b71121910
|
@ -12,7 +12,7 @@ struct args {
|
|||
const struct sigevent *sev;
|
||||
};
|
||||
|
||||
void *start(void *p)
|
||||
static void *start(void *p)
|
||||
{
|
||||
struct args *args = p;
|
||||
char buf[32];
|
||||
|
|
Loading…
Reference in New Issue