scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit 8b2d17a35d1d4d0a40f5a615ae36dd084d1ae079
parent 0205f444557f1a68a2875ad21d5a3efb04029246
Author: Roberto E. Vargas Caballero <k0ga@shike2.net>
Date:   Tue, 14 Apr 2026 09:42:33 +0200

libc/time: Remove the tz object

The commit 0205f4445 changed to include tz.c into localtime.c
but the requirement to have the tz object remained, making
the build fails in fresh worktrees.

Diffstat:
Msrc/libc/objs/common-objs.mk | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/libc/objs/common-objs.mk b/src/libc/objs/common-objs.mk @@ -119,7 +119,6 @@ COMMON_OBJS =\ time/localtime.$O\ time/mktime.$O\ time/strftime.$O\ - time/tz.$O\ wchar/_validutf8.$O\ wchar/btowc.$O\ wchar/fputwc.$O\