/* * Copyright (c) 2018-2022, Andreas Kling * Copyright (c) 2021, sin-ack * * SPDX-License-Identifier: BSD-2-Clause */ #pragma once #include #include #include __BEGIN_DECLS int __utimens(int fd, char const* path, struct timespec const times[2], int flag); __END_DECLS