Eps*_*tor 4 linux comments kernel
我注意到在Linux内核2.4文件sched.c中有一行说:
void scheduling_functions_start_here(void) { }
Run Code Online (Sandbox Code Playgroud)
还有一个说
void scheduling_functions_end_here(void) { }
Run Code Online (Sandbox Code Playgroud)
这种东西不应该写成评论吗?使用功能有什么好处?