From 50aba30aee11d4fa51948c6ba258ec0bbdbae8c0 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 1 Dec 2016 19:08:52 +0100 Subject: remove libintl stub and libintl.h header As __UCLIBC_HAS_GETTEXT_AWARENESS__ is never defined, this is mostly dead code. It is planned to integrate libiconv-tiny and gettext-tiny into uClibc-ng after the next release, so that more software packages can be used without modification. Remove any _/_N macro usage. --- libc/inet/rpc/rpc_private.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libc/inet/rpc/rpc_private.h') diff --git a/libc/inet/rpc/rpc_private.h b/libc/inet/rpc/rpc_private.h index 9e01df49a..adb81383c 100644 --- a/libc/inet/rpc/rpc_private.h +++ b/libc/inet/rpc/rpc_private.h @@ -1,7 +1,6 @@ #ifndef _RPC_PRIVATE_H #define _RPC_PRIVATE_H #include -#include /* Now define the internal interfaces. */ extern u_long _create_xid (void) attribute_hidden; -- cgit v1.2.3