]> git.proxmox.com Git - wasi-libc.git/blobdiff - libc-bottom-half/headers/public/__header_time.h
Delete several blocks of unused code. (#294)
[wasi-libc.git] / libc-bottom-half / headers / public / __header_time.h
index 2d56b1e76fd32452d27219a502dbdeb32a7b273f..2a2ff91d8a94ee1ff1f96d1c8ebf16455dfd1828 100644 (file)
 
 extern const struct __clockid _CLOCK_MONOTONIC;
 #define CLOCK_MONOTONIC (&_CLOCK_MONOTONIC)
-extern const struct __clockid _CLOCK_PROCESS_CPUTIME_ID;
-#define CLOCK_PROCESS_CPUTIME_ID (&_CLOCK_PROCESS_CPUTIME_ID)
 extern const struct __clockid _CLOCK_REALTIME;
 #define CLOCK_REALTIME (&_CLOCK_REALTIME)
-extern const struct __clockid _CLOCK_THREAD_CPUTIME_ID;
-#define CLOCK_THREAD_CPUTIME_ID (&_CLOCK_THREAD_CPUTIME_ID)
 
 /*
  * TIME_UTC is the only standardized time base value.