Add fdprintf().  Remove reread() and rewrite() which handle -EINTR, which
shouldn't be a problem if we register signal handlers with sigaction(SA_RESTART)
Straighten out count and len (I generally consistently use "count" for the
current progress and "len" for the total, but this time I got them backwards
for some reason and don't want to confuse myself in future.)
5 files changed
tree: 61923e296b7728cb32261bd64eb1ad2261f5ad75
  1. kconfig/
  2. lib/
  3. scripts/
  4. toys/
  5. www/
  6. Config.in
  7. LICENSE
  8. main.c
  9. Makefile
  10. toys.h