OSDN Git Service

libc/inet/resolv.c: Use IE model for TLS data.
authorWill Newton <will.newton@imgtec.com>
Fri, 29 Jun 2012 13:48:09 +0000 (14:48 +0100)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 4 Aug 2012 17:50:12 +0000 (19:50 +0200)
commit4237cc165cd7447d6798559506adfd339a638dc0
treedfba5dae6c0ca994ec98fb11091805ed141ecd35
parent7bda8c523818acd88276191284d6a7e7ca0e8dc0
libc/inet/resolv.c: Use IE model for TLS data.

All other TLS data in uClibc is explicitly using the IE model,
so use it for __resp too. This generates smaller and faster
code.

Signed-off-by: Will Newton <will.newton@imgtec.com>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
libc/inet/resolv.c