]> git.proxmox.com Git - wasi-libc.git/blob - libc-bottom-half/cloudlibc/src/libc/time/CLOCK_PROCESS_CPUTIME_ID.c
Update README and add CI-tests for minimal supported LLVM-version (10) (#302)
[wasi-libc.git] / libc-bottom-half / cloudlibc / src / libc / time / CLOCK_PROCESS_CPUTIME_ID.c
1 // Copyright (c) 2016 Nuxi, https://nuxi.nl/
2 //
3 // SPDX-License-Identifier: BSD-2-Clause
4
5 #include <common/clock.h>
6
7 #include <wasi/api.h>
8 #include <time.h>
9
10 const struct __clockid _CLOCK_PROCESS_CPUTIME_ID = {
11 .id = __WASI_CLOCKID_PROCESS_CPUTIME_ID,
12 };