瀏覽代碼

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;
 	const struct sigevent *sev;
 };
 };
 
 
-void *start(void *p)
+static void *start(void *p)
 {
 {
 	struct args *args = p;
 	struct args *args = p;
 	char buf[32];
 	char buf[32];