Explorar o código

fix longstanding missing static in mq_notify (namespace pollution)

Rich Felker %!s(int64=13) %!d(string=hai) anos
pai
achega
8b71121910
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/mq/mq_notify.c

+ 1 - 1
src/mq/mq_notify.c

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