public inbox for ecos-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug 1001986] New: Make select FD_COPY and FD_ZERO macros single statements
@ 2014-05-15 13:44 bugzilla-daemon
2014-06-16 10:07 ` [Bug 1001986] " bugzilla-daemon
0 siblings, 1 reply; 2+ messages in thread
From: bugzilla-daemon @ 2014-05-15 13:44 UTC (permalink / raw)
To: unassigned
Please do not reply to this email, use the link below.
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001986
Bug ID: 1001986
Summary: Make select FD_COPY and FD_ZERO macros single
statements
Product: eCos
Version: CVS
Target: All
Architecture/Host All
OS:
Status: UNCONFIRMED
Severity: normal
Priority: low
Component: Patches and contributions
Assignee: unassigned@bugs.ecos.sourceware.org
Reporter: ecos@xylanta.com
CC: ecos-patches@ecos.sourceware.org
Created attachment 2512
--> http://bugs.ecos.sourceware.org/attachment.cgi?id=2512&action=edit
Patch to make select FD_COPY and FD_ZERO macros single statements
The existing select FD_COPY and FD_ZERO macros will generate errors if used as
single statements such as:
if (condition)
FD_ZERO(&read_fds);
else {
This patch resolves this.
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Bug 1001986] Make select FD_COPY and FD_ZERO macros single statements
2014-05-15 13:44 [Bug 1001986] New: Make select FD_COPY and FD_ZERO macros single statements bugzilla-daemon
@ 2014-06-16 10:07 ` bugzilla-daemon
0 siblings, 0 replies; 2+ messages in thread
From: bugzilla-daemon @ 2014-06-16 10:07 UTC (permalink / raw)
To: unassigned
Please do not reply to this email, use the link below.
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001986
John Dallaway <john@dallaway.org.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |john@dallaway.org.uk
Resolution|--- |CURRENTRELEASE
Assignee|unassigned@bugs.ecos.source |john@dallaway.org.uk
|ware.org |
--- Comment #1 from John Dallaway <john@dallaway.org.uk> ---
Andy, thank you for contributing. Fix checked-in.
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-06-16 10:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-15 13:44 [Bug 1001986] New: Make select FD_COPY and FD_ZERO macros single statements bugzilla-daemon
2014-06-16 10:07 ` [Bug 1001986] " bugzilla-daemon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).