Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 55609 Details for
Bug 85780
strcasestr causes gcc-3.3.5 to throw prototype redefined errors
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
glibc-gcc-3.3.patch
glibc-gcc-3.3.patch (text/plain), 557 bytes, created by
SpanKY
on 2005-04-07 15:19:32 UTC
(
hide
)
Description:
glibc-gcc-3.3.patch
Filename:
MIME Type:
Creator:
SpanKY
Created:
2005-04-07 15:19:32 UTC
Size:
557 bytes
patch
obsolete
>Index: misc/sys/cdefs.h >=================================================================== >RCS file: /cvs/glibc/libc/misc/sys/cdefs.h,v >retrieving revision 1.63 >diff -u -r1.63 cdefs.h >--- misc/sys/cdefs.h 19 Mar 2005 00:12:37 -0000 1.63 >+++ misc/sys/cdefs.h 7 Apr 2005 22:19:10 -0000 >@@ -250,7 +250,7 @@ > > /* The nonull function attribute allows to mark pointer parameters which > must not be NULL. */ >-#if __GNUC_PREREQ (3,3) >+#if __GNUC_PREREQ (3,4) > # define __nonnull(params) __attribute__ ((__nonnull__ params)) > #else > # define __nonnull(params)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 85780
:
53892
|
53988
|
54031
| 55609