Home
last modified time | relevance | path

Searched refs:last_serial (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/tzcode/
Dlocaltime.c1338 static uint32_t last_serial = -1; in tzset_unlocked() local
1340 if (serial == last_serial) return; in tzset_unlocked()
1343 last_serial = serial; in tzset_unlocked()