OSDN Git Service

Fix threaded use of res_ functions.
authorSørensen, Kenneth <Kenneth.Sorensen@spectralink.com>
Thu, 11 Apr 2013 06:32:54 +0000 (06:32 +0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 12 Nov 2013 14:44:08 +0000 (15:44 +0100)
commit20b69920b299585265eb100d0b67e1097ccb1092
treed48a76772d29f47ff834391794592df9649ee09f
parent648e744e3d081835b6124ab6a5d9b3c38dee6dd9
Fix threaded use of res_ functions.

Commit aab4df0fb51660300559f5f29290709db2f7bfee says that the line with
after res_init() function. Commit
7f74de5d4d6d10baafab4b37bb3d472f5c5f0e8c moves the res_init()
function below the line with #undef _res.

This commit moves res_init() back above #undef _res.

Signed-off-by: Kenneth Soerensen <kenneth.sorensen@spectralink.com>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
libc/inet/resolv.c