Handle write() returning EAGAIN by sleeping and retrying.
[buftee] / Makefile
1 CFLAGS+=-std=c99 -pthread
2 LDLIBS+=-lrt
3 buftee: buftee.c