From aab4df0fb51660300559f5f29290709db2f7bfee Mon Sep 17 00:00:00 2001 From: Austin Foxley Date: Sat, 19 Sep 2009 10:09:39 -0700 Subject: resolv.c: add support for per thread res_state Signed-off-by: Austin Foxley --- libc/inet/_res_state.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 libc/inet/_res_state.c (limited to 'libc/inet/_res_state.c') diff --git a/libc/inet/_res_state.c b/libc/inet/_res_state.c new file mode 100644 index 000000000..8ca4ac192 --- /dev/null +++ b/libc/inet/_res_state.c @@ -0,0 +1,8 @@ +/* + * Copyright (C) 2006 Steven J. Hill + * + * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. + */ + +#define L_res_state +#include "resolv.c" -- cgit v1.2.3