mirror of
https://github.com/team-infusion-developers/android_device_samsung_msm8976-common.git
synced 2024-11-07 06:19:20 +00:00
8d6b8e7ad7
Change-Id: I040c3023f81322140d153cb14be9578457777ac2
3 lines
112 B
C
3 lines
112 B
C
#include <time.h>
|
|
|
|
bool timespec_from_absolute_timespec(timespec& ts, const timespec& abs_ts, clockid_t clock);
|