headers: declare void arguments for functions
Not giving any argument means that any argument is OK, this is not what is meant here. Change-Id: Ide651c1dec973d4b8709cf00646988f4c4f3acdd
This commit is contained in:
committed by
Dominique Martinet
parent
db732a245c
commit
0758f6254e
@@ -825,8 +825,8 @@ struct process *find_process(int pid, struct mcs_rwlock_node_irqsave *lock);
|
||||
void process_unlock(struct process *proc, struct mcs_rwlock_node_irqsave *lock);
|
||||
void chain_process(struct process *);
|
||||
void chain_thread(struct thread *);
|
||||
void proc_init();
|
||||
void set_timer();
|
||||
void proc_init(void);
|
||||
void set_timer(void);
|
||||
struct sig_pending *hassigpending(struct thread *thread);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user