android_device_lenovo_karate/libshims/private/bionic_time_conversions.h
LuK1337 ef5e484d7b land: Add libc hax for camera
* See : https://review.lineageos.org/#/c/1170/

Change-Id: I040c3023f81322140d153cb14be9578457777ac2
2017-06-27 19:27:41 +02:00

3 lines
112 B
C

#include <time.h>
bool timespec_from_absolute_timespec(timespec& ts, const timespec& abs_ts, clockid_t clock);