From 466f11015f44dd6be48bc0295196a83421bceea5 Mon Sep 17 00:00:00 2001 From: Daniel Mack Date: Wed, 13 Jul 2011 00:30:48 +0200 Subject: inet/resolv: add ns_{put,get}{16,32} This patch introduces a new config directive 'UCLIBC_HAS_RESOLVER_SUPPORT' and adds the new symbols conditionally. Signed-off-by: Daniel Mack --- libc/inet/ns_netint.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 libc/inet/ns_netint.c (limited to 'libc/inet/ns_netint.c') diff --git a/libc/inet/ns_netint.c b/libc/inet/ns_netint.c new file mode 100644 index 000000000..acf88dc68 --- /dev/null +++ b/libc/inet/ns_netint.c @@ -0,0 +1,8 @@ +/* + * Copyright (C) 2000-2006 Erik Andersen + * + * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. + */ + +#define L_ns_netint +#include RESOLVER -- cgit v1.2.3