فهرست منبع

fix longstanding missing static in mq_notify (namespace pollution)

Rich Felker 13 سال پیش
والد
کامیت
8b71121910
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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];