Skip to content

Commit

Permalink
Update sysproc.c
Browse files Browse the repository at this point in the history
Mahsa-h authored Dec 4, 2016
1 parent ce1cc9c commit 3f55cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysproc.c
Original file line number Diff line number Diff line change
@@ -91,7 +91,7 @@ sys_uptime(void)
}
/////mine
void
sys_getpid(void)
sys_mygetpid(void)
{
printf("pid is: %d", getppid());
}

0 comments on commit 3f55cd7

Please sign in to comment.