fix longstanding missing static in mq_notify (namespace pollution)

This commit is contained in:
Rich Felker 2012-04-29 00:20:53 -04:00
parent 45b38550ee
commit 8b71121910
1 changed files with 1 additions and 1 deletions

View File

@ -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];