]> git.tuebingen.mpg.de Git - paraslash.git/commit
simplify sched: nuke PRE_EOF_IS_ERROR
authorAndre <maan@p133.(none)>
Tue, 23 May 2006 21:45:42 +0000 (23:45 +0200)
committerAndre <maan@p133.(none)>
Tue, 23 May 2006 21:45:42 +0000 (23:45 +0200)
commit148c7c722fd5795228f586b6ef8d953662b68224
treedcbc5c3b0d76dc2dea60845ffa6c980697301ccd
parent3c5c2ebfc2d651f2f77d0df89cbb58a2068bcad0
simplify sched: nuke PRE_EOF_IS_ERROR

Much too simple to get it wrong. Instead, treat zero as success and
make all tasks return negative if they wish to have their error handler
called. A subsequent patch will rename error_handler to event_handler.
error.h
sched.c
sched.h
stdin.c
write.c
write_common.c