fssh_read
#define read fssh_read
extern fssh_ssize_t fssh_read(int fd, void *buffer, fssh_size_t count);
if (text != NULL && fssh_read(file, text, stat.fssh_st_size) == stat.fssh_st_size) {