Explorar el Código

fix: 删除semaphore的多余函数声明

fslongjin hace 2 años
padre
commit
26a6edee71
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      kernel/common/semaphore.h

+ 0 - 2
kernel/common/semaphore.h

@@ -24,8 +24,6 @@ typedef struct
     wait_queue_node_t wait_queue;
 } semaphore_t;
 
-void __semaphore_invoke_sched();
-void __semaphore_sched_enqueue(struct process_control_block *pcb);
 
 /**
  * @brief 初始化信号量