mirror of
https://git.busybox.net/uClibc
synced 2025-10-14 01:32:00 +08:00
libnsl,libresolv: do not include unneeded features.h
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
This commit is contained in:

committed by
Bernhard Reutner-Fischer

parent
9b0f7d9989
commit
c8eb6b4c7a
@@ -7,8 +7,6 @@
|
||||
* Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
|
||||
*/
|
||||
|
||||
#include <features.h>
|
||||
|
||||
void __stub2(void);
|
||||
void __stub2(void)
|
||||
{
|
||||
|
@@ -7,8 +7,6 @@
|
||||
* Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
|
||||
*/
|
||||
|
||||
#include <features.h>
|
||||
|
||||
void __stub1(void);
|
||||
void __stub1(void)
|
||||
{
|
||||
|
Reference in New Issue
Block a user