warnings in libbb.h
Mike Frysinger
vapier at gentoo.org
Sun Sep 11 22:28:43 UTC 2005
On Sunday 11 September 2005 05:15 pm, Bernhard Fischer wrote:
> //#warning rename?
> extern int bb_fclose_nonstdin(FILE *f);
>
> s/_nonstdin// ?
i think the current name is correct ... it does afterall check to see if *f is
not stdin, so renaming it w/out removing the check would change its purpose
> //#warning rename?
> extern FILE *bb_wfopen_input(const char *filename);
we have a bb_wfopen and a bb_wfopen_input so renaming it doesnt make sense
-mike
More information about the busybox
mailing list