root/src/runtime/android_clock.cpp

/* [<][>][^][v][top][bottom][index][help] */
#ifdef BITS_64
#define SYS_CLOCK_GETTIME 113
#endif

#ifdef BITS_32
#define SYS_CLOCK_GETTIME 263
#endif

#include "linux_clock.cpp"

/* [<][>][^][v][top][bottom][index][help] */