mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
To: Sascha Hauer <s.hauer@pengutronix.de>
Cc: barebox@lists.infradead.org
Subject: Re: is errno supposed to be positive or negative?
Date: Wed, 27 Jun 2012 12:59:15 +0200	[thread overview]
Message-ID: <20120627105915.GE18096@pengutronix.de> (raw)
In-Reply-To: <20120627095128.GF1623@pengutronix.de>

On Wed, Jun 27, 2012 at 11:51:28AM +0200, Sascha Hauer wrote:
> On Wed, Jun 27, 2012 at 11:35:51AM +0200, Uwe Kleine-König wrote:
> > Hello,
> > 
> > Well, ok, errno is supposed to be zero, but in the rare cases where it's
> > not, what is intended?
> > 
> > Assuming ESOMETHING is always positive, in userspace errno is
> > positive, e.g. you test for errno == EBADF.
> > 
> > In barebox however most assignments use
> > 
> > 	errno = -ESOMETHING
> > 
> > but there are also some tests and assignments without minus. barebox'
> > perror expects a negative errno which is also different from POSIX'
> > perror. strerror uses positive semantics in both barebox and POSIX.
> 
> Your tree is not up to date.
> 
> see:
> 
> commit 6188685091c58c9772b990cf0ca6ac522f97a9d0
> Author: Sascha Hauer <s.hauer@pengutronix.de>
> Date:   Sun May 13 12:43:58 2012 +0200
> 
>     Make errno a positive value
>     
>     Normally errno contains a positive error value. A certain unnamed developer
>     mixed this up while implementing U-Boot-v2. Also, normally errno is never
>     set to zero by any library function. This patch fixes this.
>     
>     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
OK, you're right.

There is just:

	$ git grep errno\ =\ -E origin/master
	origin/master:fs/ramfs.c:                       errno = -ENOENT;

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

  reply	other threads:[~2012-06-27 10:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-27  9:35 Uwe Kleine-König
2012-06-27  9:51 ` Sascha Hauer
2012-06-27 10:59   ` Uwe Kleine-König [this message]
2012-06-27 13:53     ` Sascha Hauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120627105915.GE18096@pengutronix.de \
    --to=u.kleine-koenig@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=s.hauer@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox