aboutsummaryrefslogtreecommitdiff
path: root/libbb/safe_write.c
AgeCommit message (Collapse)Author
2003-10-09We did not have a safe_write, which is the analog to safe_read. ConvertEric Andersen
full_write to use safe_write internally, which is needed to guarantee proper behavior, i.e. when writing to a pipe.