Move timegm implementation to libshared (#3875)

Move `timegm` implementation to libshared
This commit is contained in:
Tobias Predel 2025-05-10 02:26:21 +02:00 committed by GitHub
parent 79eb38d582
commit 6c60a8db84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 0 additions and 26 deletions

View file

@ -67,7 +67,6 @@ SET (TASK_BINDIR bin CACHE STRING "Installation directory for the bi
# rust libs require these
set (TASK_LIBRARIES dl pthread)
check_function_exists (timegm HAVE_TIMEGM)
check_function_exists (get_current_dir_name HAVE_GET_CURRENT_DIR_NAME)
check_function_exists (wordexp HAVE_WORDEXP)