Commit 68616cc
Fix
The forward declaration of `init_tzdb` was guarded by `!ANDROID`, but
the function definition exists under `USE_OS_TZDB` and has Android-specific
code. This caused a compilation error on Android when `USE_OS_TZDB=1`.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>init_tzdb forward declaration for Android with USE_OS_TZDB
1 parent 956bfb5 commit 68616cc
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
555 | 555 | | |
556 | 556 | | |
557 | 557 | | |
558 | | - | |
559 | 558 | | |
560 | | - | |
561 | 559 | | |
562 | 560 | | |
563 | 561 | | |
| |||
0 commit comments