[all-commits] [llvm/llvm-project] 1cfcc3: [libc++] Fix GNU/Hurd build
Samuel Thibault via All-commits
all-commits at lists.llvm.org
Fri Aug 25 10:55:09 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1cfcc36812ff7857567f7c729c22ae0e2be0fb3a
https://github.com/llvm/llvm-project/commit/1cfcc36812ff7857567f7c729c22ae0e2be0fb3a
Author: Samuel Thibault <samuel.thibault at ens-lyon.org>
Date: 2023-08-25 (Fri, 25 Aug 2023)
Changed paths:
M libcxx/src/chrono.cpp
M libcxx/src/filesystem/filesystem_clock.cpp
Log Message:
-----------
[libc++] Fix GNU/Hurd build
GNU/Hurd does have clock_gettime, it just doesn't define _POSIX_TIMERS because its support for timers is not complete.
Reviewed By: #libc, Mordante
Differential Revision: https://reviews.llvm.org/D158584
More information about the All-commits
mailing list