blob: 664ae9374e201a57ffb52aca489305bc2981eb9b [file] [log] [blame]
Elliott Hughes15711c12018-09-18 14:28:48 -07001#pragma once
2
3// Android never enabled the per-thread code, so this was always static like glibc.
4static char inet_nsap_ntoa_tmpbuf[255*3];