Commit 2364caf
feat(android): add timer_[create, delete, getoverrun, gettime, settime]
Add timer_create, timer_delete, timer_getoverrun, timer_gettime, and
timer_settime to the Android extern block. These are standard POSIX
per-process timer functions provided by Bionic but missing from the
libc crate's Android bindings.1 parent 7491ac8 commit 2364caf
2 files changed
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4075 | 4075 | | |
4076 | 4076 | | |
4077 | 4077 | | |
| 4078 | + | |
| 4079 | + | |
| 4080 | + | |
| 4081 | + | |
| 4082 | + | |
4078 | 4083 | | |
4079 | 4084 | | |
4080 | 4085 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3501 | 3501 | | |
3502 | 3502 | | |
3503 | 3503 | | |
| 3504 | + | |
| 3505 | + | |
| 3506 | + | |
| 3507 | + | |
| 3508 | + | |
| 3509 | + | |
| 3510 | + | |
| 3511 | + | |
| 3512 | + | |
| 3513 | + | |
| 3514 | + | |
| 3515 | + | |
| 3516 | + | |
| 3517 | + | |
3504 | 3518 | | |
3505 | 3519 | | |
3506 | 3520 | | |
| |||
0 commit comments