Sort rewrite to be SUSv3 compliant. New config option, updated help, and

a couple of infrastructure bits.
This commit is contained in:
Rob Landley
2005-01-24 07:00:02 +00:00
parent f4bb212d6c
commit c0dedd05e8
5 changed files with 352 additions and 71 deletions

View File

@ -137,6 +137,7 @@ extern long *find_pid_by_name( const char* pidName);
extern char *find_real_root_device_name(void);
extern char *bb_get_line_from_file(FILE *file);
extern char *bb_get_chomped_line_from_file(FILE *file);
extern char *bb_get_chunk_from_file(FILE *file);
extern int bb_copyfd_size(int fd1, int fd2, const off_t size);
extern int bb_copyfd_eof(int fd1, int fd2);
extern void bb_xprint_and_close_file(FILE *file);