Changeset 3c45353 in mainline for uspace/lib/c/generic/time.c
- Timestamp:
- 2018-08-25T21:34:54Z (7 years ago)
- Children:
- 231b3fd
- Parents:
- 72df613
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/time.c
r72df613 r3c45353 717 717 } 718 718 719 void udelay( usec_t time)719 void udelay(sysarg_t time) 720 720 { 721 721 (void) __SYSCALL1(SYS_THREAD_UDELAY, (sysarg_t) time);
Note:
See TracChangeset
for help on using the changeset viewer.