Ulrich Drepper wrote: > > On Wed, 2002-07-17 at 11:00, Sascha Schumann wrote: > > > int *func_call(); > > #define errno *func_call() > >=20 > > I don't see the problem with "return errno;" though. > > The problem is not > > return errno; > > it is > > return errno ? errno : EINVAL; >
Are you suggesting something will change the value of 'errno' during this code, such that the errno being tested isn't the value being returned?? -- =========================================================================== Jim Jagielski [|] [EMAIL PROTECTED] [|] http://www.jaguNET.com/ "A society that will trade a little liberty for a little order will lose both and deserve neither" - T.Jefferson
