This is the mail archive of the ecos-bugs@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug 1001452] New: Select doesn't work correctly when Cyg_FlagValue> 32 bit


Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001452

           Summary: Select doesn't work correctly when Cyg_FlagValue > 32
                    bit
           Product: eCos
           Version: CVS
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: minor
          Priority: low
         Component: Filesystem support
        AssignedTo: unassigned@bugs.ecos.sourceware.org
        ReportedBy: savin.zlobec@gmail.com
                CC: ecos-bugs@ecos.sourceware.org
             Class: Advice Request


Created an attachment (id=1510)
 --> (http://bugs.ecos.sourceware.org/attachment.cgi?id=1510)
Fix for select() when Cyg_FlagValue > 32 bit

If eCos flags value is configured to be > 32 bits (CYGIMP_FLAGS_64BIT)
select() breaks if called from thread with id >= 32. Attached patch fixes this.
BTW since there is no regular way to change flags value size this is a no issue 
for most.

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]