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]

[Issue 1001227] New: 'extern' is not at beginnen of declaration


Please do not reply to this email. Use the web interface provided at:
https://bugzilla.ecoscentric.com/show_bug.cgi?id=1001227

           Summary: 'extern' is not at beginnen of declaration
           Product: eCos
           Version: 3.0
          Platform: linux (Linux synthetic target)
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: minor
          Priority: normal
         Component: Kernel
        AssignedTo: unassigned@bugs.ecos.sourceware.org
        ReportedBy: marwijn.hessel@altenpts.nl
         QAContact: ecos-bugs@ecos.sourceware.org
                CC: ecos-bugs@ecos.sourceware.org
             Class: Advice Request


In include/sys/param.h at line 1045 'extern' is not at beginnen of declaration. 

int extern cyg_arc4random(void);

this should be

extern int cyg_arc4random(void);

-- 
Configure issuemail: https://bugzilla.ecoscentric.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the issue.
You are on the CC list for the issue.


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