提交 934aa135 编写于 作者: R Rich Felker

remove some dummy "ent" function aliases that duplicated real ones

the service and protocol functions are defined also in other files,
and the protocol ones are actually non-nops elsewhere, so the weak
definitions in ent.c could have prevented the strong definitions from
getting pulled in and used in some static programs.
上级 6a25313c
......@@ -16,11 +16,3 @@ void endhostent(void)
weak_alias(sethostent, setnetent);
weak_alias(gethostent, getnetent);
weak_alias(endhostent, endnetent);
weak_alias(sethostent, setservent);
weak_alias(gethostent, getservent);
weak_alias(endhostent, endservent);
weak_alias(sethostent, setprotoent);
weak_alias(gethostent, getprotoent);
weak_alias(endhostent, endprotoent);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册