bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/12089] build fails on 'make' #1


From: jamesmikedupont at googlemail dot com
Subject: [Bug binutils/12089] build fails on 'make' #1
Date: 3 Oct 2010 15:27:35 -0000

------- Additional Comments From jamesmikedupont at googlemail dot com  
2010-10-03 15:27 -------
../../binutils/sysdep.h:79:1

 #if !HAVE_DECL_STRSTR
 extern char *strstr ();
 #endif

It should look more like this, no?
 extern char *strstr(const char *, const char *) __ATTR_PURE__;

 not ()

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=12089

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



reply via email to

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