commit | 589f589e5a3c027cae837372182a562445ff8a86 | [log] [tgz] |
---|---|---|
author | Kirill Makurin <maiddaisuki@outlook.com> | Tue Apr 22 13:26:28 2025 +0900 |
committer | LIU Hao <lh_mouse@126.com> | Thu May 08 18:33:29 2025 +0800 |
tree | fa275e0949a8faa79935fe2282385924a8cee44d | |
parent | c471ed39a95940a59e876bc175098888b05a81d2 [diff] |
winpthreads: remove some internal functions from pthread.h Declarations of the following functions have been removed from pthread.h: - _pthread_rel_time_in_ms - _pthread_time_in_ms - _pthread_time_in_ms_from_timespec These functions are declared in internal misc.h. Signed-off-by: Kirill Makurin <maiddaisuki@outlook.com> Signed-off-by: LIU Hao <lh_mouse@126.com>