On Wed, 2002-07-17 at 11:00, Sascha Schumann wrote:

>     int *func_call();
>     #define errno *func_call()
> 
>     I don't see the problem with "return errno;" though.

The problem is not

  return errno;

it is

  return errno ? errno : EINVAL;

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to