[libc] move clock_time to time.

This commit is contained in:
BernardXiong
2017-12-31 16:43:08 +08:00
parent 1383a97737
commit d3da3bd9b2
8 changed files with 306 additions and 240 deletions

View File

@@ -27,9 +27,6 @@
int pthread_system_init(void)
{
/* initialize clock and time */
clock_time_system_init();
/* initialize key area */
pthread_key_system_init();
/* initialize posix mqueue */