Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
b82fcdaf36d6a48e56c9849f06bb5f2bc019a0b2
/
.
/
libc
/
upstream-netbsd
/
android
/
include
/
resolv_mt.h
blob: 664ae9374e201a57ffb52aca489305bc2981eb9b [
file
] [
log
] [
blame
]
Elliott Hughes
15711c1
2018-09-18 14:28:48 -0700
[
diff
] [
blame
]
1
#pragma
once
2
3
// Android never enabled the per-thread code, so this was always static like glibc.
4
static
char
inet_nsap_ntoa_tmpbuf
[
255
*
3
];