This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cosmopolitan
Watch
1
Star
0
Fork
You've already forked cosmopolitan
0
mirror of
https://github.com/jart/cosmopolitan.git
synced
2025-02-19 12:40:01 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
38921dc46b
cosmopolitan
/
libc
/
isystem
/
utime.h
5 lines
80 B
C
Raw
Normal View
History
Unescape
Escape
Clean up more code - Found some bugs in LLVM compiler-rt library - The useless LIBC_STUBS package is now deleted - Improve the overflow checking story even further - Get chibicc tests working in MODE=dbg mode again - The libc/isystem/ headers now have correctly named guards
2023-06-18 00:55:09 -07:00
#
ifndef _UTIME_H
#
define _UTIME_H
Implement proper time zone support Cosmopolitan now supports 104 time zones. They're embedded inside any binary that links the localtime() function. Doing so adds about 100kb to the binary size. This change also gets time zones working properly on Windows for the first time. It's not needed to have /etc/localtime exist on Windows, since we can get this information from WIN32. We're also now updated to the latest version of Paul Eggert's TZ library.
2024-05-04 23:05:36 -07:00
#
include
"libc/utime.h"
Clean up more code - Found some bugs in LLVM compiler-rt library - The useless LIBC_STUBS package is now deleted - Improve the overflow checking story even further - Get chibicc tests working in MODE=dbg mode again - The libc/isystem/ headers now have correctly named guards
2023-06-18 00:55:09 -07:00
#
endif
/* _UTIME_H */
Reference in a new issue
Copy permalink