Define _POSIX_MONOTONIC_CLOCK and implement sysconf(_SC_MONOTONIC_CLOCK).

Bug: http://code.google.com/p/android/issues/detail?id=39680
Change-Id: I11cf10a66f9d305868a725f04f581099fb88bbfc
This commit is contained in:
Elliott Hughes
2013-01-02 14:23:43 -08:00
parent f6524f8bda
commit a55f63083f
6 changed files with 375 additions and 3 deletions

View File

@@ -65,6 +65,7 @@ test_src_files = \
stdlib_test.cpp \
string_test.cpp \
stubs_test.cpp \
unistd_test.cpp \
test_dynamic_ldflags = -Wl,--export-dynamic -Wl,-u,DlSymTestFunction
test_dynamic_src_files = \