diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 2003-01-28 04:58:01 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 2003-01-28 04:58:01 +0000 |
commit | 93357d25160373499d1be166f2df69454a23b5ce (patch) | |
tree | a7f3c3fa5b4bd253c97080e2afa6b65819c90383 /lib/libc/net/inet_net_pton.c | |
parent | 06732d397fb40c90813f9782585e8d1d9fa1c367 (diff) |
thread safer libc (note: safer, not safe)
Access to the global _res structure replaced by pointers to a
per thread instance. If unthreaded the pointer is to the
global structure.
Also replaced a 64k stack array with malloc-ed memory so
threaded aps (with a default 64k stack) have a chance at working.
ok deraadt@
Diffstat (limited to 'lib/libc/net/inet_net_pton.c')
0 files changed, 0 insertions, 0 deletions