summaryrefslogtreecommitdiff
path: root/libc/inet/gethostent_r.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-11-17 03:31:47 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-11-17 03:31:47 +0000
commit64933f2dc517eab440c4242234f079127e1f15a7 (patch)
treee47687e9081738291b381f88af14c9e40b0355af /libc/inet/gethostent_r.c
parent94cec9a5ee5301bf5d65b9ed7c93b8b74510a187 (diff)
resolver: separate gethostent and gethostent_r into two .o files;
delete two stray files which compile to nothing
Diffstat (limited to 'libc/inet/gethostent_r.c')
-rw-r--r--libc/inet/gethostent_r.c8
1 files changed, 8 insertions, 0 deletions
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 <andersen@uclibc.org>
+ *
+ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
+ */
+
+#define L_gethostent_r
+#include "resolv.c"