OSDN Git Service

Implement a subset of the POSIX.1b-1993 clock API.
authorKeith Marshall <keith@users.osdn.me>
Fri, 15 Dec 2017 20:58:19 +0000 (20:58 +0000)
committerKeith Marshall <keith@users.osdn.me>
Fri, 15 Dec 2017 20:58:19 +0000 (20:58 +0000)
commitecc51ca60bf82d678260fa7b119a9f42b3b77fb7
treea1fe071ebe91bbed0fbd6cd109636cd0000d5507
parent06e14e2afe3ec94b7562f0fa436f63d7447af272
Implement a subset of the POSIX.1b-1993 clock API.
mingwrt/ChangeLog
mingwrt/Makefile.in
mingwrt/include/sys/time.h
mingwrt/include/time.h
mingwrt/mingwex/clockapi.c [new file with mode: 0644]
mingwrt/mingwex/clockapi.h [new file with mode: 0644]
mingwrt/mingwex/clockres.c [new file with mode: 0644]
mingwrt/mingwex/clockset.c [new file with mode: 0644]
mingwrt/mingwex/clocktime.c [new file with mode: 0644]