bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

portability of errno?


From: Eric Blake
Subject: portability of errno?
Date: Sat, 10 Jun 2006 14:40:49 -0600
User-agent: Thunderbird 1.5.0.4 (Windows/20060516)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Now that gnulib assumes C89 or better, do we still need the code in
strto[dl].c, unicodeio.c, and unsetenv.c that does this?

#ifndef errno
extern int errno;
#endif

Other modules are just blindly including errno.h and blindly using errno,
macro or otherwise.  Are there any platforms this fails on?

- --
Life is short - so eat dessert first!

Eric Blake             address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.1 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEiy5R84KuGfSFAYARAvYjAKC9NZ1I7Q9mGwWgt9dI9+pnkfhspwCfSKN6
wmg51+Hnj+PkhPf9xUYsoXI=
=nYIG
-----END PGP SIGNATURE-----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]