Changeset 473 for trunk/kernel/syscalls/sys_alarm.c
- Timestamp:
- Aug 21, 2018, 6:01:01 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/syscalls/sys_alarm.c
r457 r473 37 37 38 38 printk("\n[ERROR] in %s for thread %x in process %x : not implemented yet\n", 39 __FUNCTION__ , this->trdid , process->pid ); 40 this->errno = EFAULT; 39 __FUNCTION__ , this->trdid , process->pid , cycles ); 41 40 return -1; 42 41 }
Note: See TracChangeset
for help on using the changeset viewer.