filedesc: oops.. commit missing change to filedesc.h

This commit is contained in:
Mateusz Guzik 2014-11-13 21:47:43 +00:00
parent 8971dd564e
commit cdce6f654b

View File

@ -158,7 +158,7 @@ void fdsetugidsafety(struct thread *td);
struct filedesc *fdcopy(struct filedesc *fdp);
void fdunshare(struct thread *td);
void fdescfree(struct thread *td);
struct filedesc *fdinit(struct filedesc *fdp);
struct filedesc *fdinit(struct filedesc *fdp, bool prepfiles);
struct filedesc *fdshare(struct filedesc *fdp);
struct filedesc_to_leader *
filedesc_to_leader_alloc(struct filedesc_to_leader *old,