From 64933f2dc517eab440c4242234f079127e1f15a7 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 17 Nov 2008 03:31:47 +0000 Subject: resolver: separate gethostent and gethostent_r into two .o files; delete two stray files which compile to nothing --- libc/inet/gethostent_r.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 libc/inet/gethostent_r.c (limited to 'libc/inet/gethostent_r.c') diff --git a/libc/inet/gethostent_r.c b/libc/inet/gethostent_r.c new file mode 100644 index 000000000..aeade155d --- /dev/null +++ b/libc/inet/gethostent_r.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_gethostent_r +#include "resolv.c" -- cgit v1.2.3