diff options
Diffstat (limited to 'newlib/libc/time/local.h')
-rw-r--r-- | newlib/libc/time/local.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/newlib/libc/time/local.h b/newlib/libc/time/local.h index 5fc3ddcb1..af5793af9 100644 --- a/newlib/libc/time/local.h +++ b/newlib/libc/time/local.h @@ -23,6 +23,9 @@ int _EXFUN (__tzcalc_limits, (int __year)); extern _CONST int __month_lengths[2][MONSPERYEAR]; +_VOID _EXFUN(_tzset_unlocked_r, (struct _reent *)); +_VOID _EXFUN(_tzset_unlocked, (_VOID)); + /* locks for multi-threading */ #ifdef __SINGLE_THREAD__ #define TZ_LOCK |