提交 b19fa247 编写于 作者: R Rich Felker

fix accidentlly-external cmp symbol introduced with catgets

commit 7590203c omitted static here.
上级 f2435263
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#define V(p) be32toh(*(uint32_t *)(p)) #define V(p) be32toh(*(uint32_t *)(p))
int cmp(const void *a, const void *b) static int cmp(const void *a, const void *b)
{ {
uint32_t x = V(a), y = V(b); uint32_t x = V(a), y = V(b);
return x<y ? -1 : x>y ? 1 : 0; return x<y ? -1 : x>y ? 1 : 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册