]> git.tuebingen.mpg.de Git - adu.git/commit
Fix return codes for loop functions.
authorAndre Noll <maan@systemlinux.org>
Wed, 5 Nov 2008 17:30:28 +0000 (18:30 +0100)
committerAndre Noll <maan@systemlinux.org>
Wed, 5 Nov 2008 17:30:28 +0000 (18:30 +0100)
commit51dee16f222c24d152321c789603f0b456112715
tree6ab9cf1b0fe3dac3d83b77a76ac8b37f61e4d802
parent5e2e9dc031b9695b461780b06210a9085ad23458
Fix return codes for loop functions.

The four different loop functions must set the return value in
their private struct because these functions are called from
within the osl library which will replace any negative return value
by -E_OSL_LOOP.
select.c