mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Remove duplicate definition of get_pcb_td(). gcc works for detecting
this error.
This commit is contained in:
parent
dcb436c936
commit
5bd90da0ef
1 changed files with 0 additions and 1 deletions
|
|
@ -69,6 +69,5 @@ void ppro_reenable_apic(void);
|
|||
void setidt(int idx, alias_for_inthand_t *func, int typ, int dpl, int selec);
|
||||
union savefpu *get_pcb_user_save_td(struct thread *td);
|
||||
union savefpu *get_pcb_user_save_pcb(struct pcb *pcb);
|
||||
struct pcb *get_pcb_td(struct thread *td);
|
||||
|
||||
#endif /* !_MACHINE_MD_VAR_H_ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue