OSDN Git Service

Define _POSIX_MONOTONIC_CLOCK and implement sysconf(_SC_MONOTONIC_CLOCK).
authorElliott Hughes <enh@google.com>
Wed, 2 Jan 2013 22:23:43 +0000 (14:23 -0800)
committerElliott Hughes <enh@google.com>
Wed, 2 Jan 2013 22:23:43 +0000 (14:23 -0800)
commita55f63083fb16b2595f517a3260083e5f8cddd02
treea21307c7a280a75b425eac764546fb1460e3eb76
parentf6524f8bda87f7d25dad7bed7091a93f3de58728
Define _POSIX_MONOTONIC_CLOCK and implement sysconf(_SC_MONOTONIC_CLOCK).

Bug: http://code.google.com/p/android/issues/detail?id=39680
Change-Id: I11cf10a66f9d305868a725f04f581099fb88bbfc
libc/Android.mk
libc/bionic/sysconf.cpp [new file with mode: 0644]
libc/include/sys/limits.h
libc/include/sys/sysconf.h
tests/Android.mk
tests/unistd_test.cpp [new file with mode: 0644]