emacs-bug-tracker
[Top][All Lists]
Advanced

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

[Emacs-bug-tracker] bug#5815: marked as done (clean up extern int errno


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#5815: marked as done (clean up extern int errno usage)
Date: Thu, 08 Apr 2010 15:33:02 +0000

Your message dated Thu, 08 Apr 2010 11:32:22 -0400
with message-id <address@hidden>
and subject line Re: bug#5815: clean up extern int errno usage
has caused the GNU bug report #5815,
regarding clean up extern int errno usage
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact address@hidden
immediately.)


-- 
5815: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5815
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: clean up extern int errno usage Date: Wed, 31 Mar 2010 16:09:34 -0400 User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)
Some files still use "extern int errno" declarations.

Those should not be needed. For example dired.c unconditionally
include <errno.h>, and it has done so for a very long time.

"extern int errno" will cause problems with multithreaded code. 

So I'd like to remove all instances of errno declaration, and just
include errno.h (if not already included).

Any objection?




--- End Message ---
--- Begin Message --- Subject: Re: bug#5815: clean up extern int errno usage Date: Thu, 08 Apr 2010 11:32:22 -0400 User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)
Glenn Morris <address@hidden> writes:

> It seems you installed this (except getloadavg.c?); if so please close
> this.

Thanks, done.
(getloadavg.c is copied from gnulib, so I think it should not be changed in 
emacs)


--- End Message ---

reply via email to

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