From 29b76dcd83a9e1068f4835a8540b2e22314a0abb Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Fri, 27 Jan 2017 14:52:45 +0100 Subject: Remove support for !defined(__GLIBC__) and __GLIBC__ != 2. Signed-off-by: Ralf Baechle --- hdlcutil/hdrvcomm.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'hdlcutil/hdrvcomm.c') diff --git a/hdlcutil/hdrvcomm.c b/hdlcutil/hdrvcomm.c index d0dc8b6..2e41ddb 100644 --- a/hdlcutil/hdrvcomm.c +++ b/hdlcutil/hdrvcomm.c @@ -49,11 +49,7 @@ #include "usersmdiag.h" #include -#ifdef __GLIBC__ #include -#else -#include -#endif #include #ifndef SOL_PACKET -- cgit v1.2.3