Skip to content

Commit 2cf1476

Browse files
committedFeb 13, 2025
trigger CI
1 parent c2544e0 commit 2cf1476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎os/src/syscall/process.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pub fn sys_get_time(ts: *mut TimeVal, _tz: usize) -> isize {
3838
0
3939
}
4040

41-
// TODO: implement sys_trace
41+
// TODO: implement the syscall
4242
pub fn sys_trace(_trace_request: usize, _id: usize, _data: usize) -> isize {
4343
trace!("kernel: sys_trace");
4444
-1

0 commit comments

Comments
 (0)