diff options
| author | Elliott Hughes <enh@google.com> | 2014-09-18 16:11:59 -0700 |
|---|---|---|
| committer | Elliott Hughes <enh@google.com> | 2014-09-19 17:37:06 -0700 |
| commit | 04303f5a8ab9a992f3671d46b6ee2171582cbd61 (patch) | |
| tree | 98d3997d33e93eeb91a2c2f331b57f35c180cbb2 /libc/private/bionic_time_conversions.h | |
| parent | adc01348ee51a4ad678b1c277f85cbbed5c2e728 (diff) | |
| download | bionic-04303f5a8ab9a992f3671d46b6ee2171582cbd61.zip bionic-04303f5a8ab9a992f3671d46b6ee2171582cbd61.tar.gz bionic-04303f5a8ab9a992f3671d46b6ee2171582cbd61.tar.bz2 | |
Add semaphore tests, fix sem_destroy.
Bug: https://code.google.com/p/android/issues/detail?id=76088
Change-Id: I4a0561b23e90312384d40a1c804ca64ee98f4066
Diffstat (limited to 'libc/private/bionic_time_conversions.h')
| -rw-r--r-- | libc/private/bionic_time_conversions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/private/bionic_time_conversions.h b/libc/private/bionic_time_conversions.h index 51f543f..cf0046a 100644 --- a/libc/private/bionic_time_conversions.h +++ b/libc/private/bionic_time_conversions.h @@ -39,6 +39,8 @@ __LIBC_HIDDEN__ void timespec_from_ms(timespec& ts, const int ms); __LIBC_HIDDEN__ void timeval_from_timespec(timeval& tv, const timespec& ts); +__LIBC_HIDDEN__ bool timespec_from_absolute_timespec(timespec& ts, const timespec& abs_ts, clockid_t clock); + __END_DECLS #endif |
