[libc-commits] [libc] [libc] Make use of 32-bit time_t a config option (PR #102012)
Simon Tatham via libc-commits
libc-commits at lists.llvm.org
Thu Aug 8 07:23:08 PDT 2024
================
@@ -0,0 +1,14 @@
+//===-- Definition of the type time_t -------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef LLVM_LIBC_TYPES_TIME_T_H
----------------
statham-arm wrote:
Good point – which must mean that nothing at all in the build is _currently_ using this `time_t.h` to redirect to the right sub-header, or else my own test builds would have failed!
https://github.com/llvm/llvm-project/pull/102012
More information about the libc-commits
mailing list