summaryrefslogtreecommitdiffstats
path: root/libc/inet/gethostent_r.c
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2008-11-17 18:03:46 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2008-11-17 18:03:46 +0000
commit892cc11771a53d7ee30c5334ca2bda56fd6e6c8b (patch)
tree3f3bf7d31525b64c671faf04cd468c3c84635f00 /libc/inet/gethostent_r.c
parent5d96ee84a344a55682848b1338b9bcd0618e341b (diff)
downloaduClibc-alpine-892cc11771a53d7ee30c5334ca2bda56fd6e6c8b.tar.bz2
uClibc-alpine-892cc11771a53d7ee30c5334ca2bda56fd6e6c8b.tar.xz
Synch with trunk @ 24075.
Step 9: libc/stdio - libc/inet - libc/pwd_grp
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"