This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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 libc/12019] memchr overshoots on Alpha


------- Additional Comments From mcree at orcon dot net dot nz  2010-09-26 08:32 -------
Created an attachment (id=5004)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=5004&action=view)
Fix compile errors in the new memchr

When testing memchr I originally compiled it separately from the glibc source. 
Now that I have compiled it from git master I see that there is a necessary
header file that is not included.  Also the compiler doesn't like a bitwise and
applied to a pointer so I added some explicit casts.


-- 


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

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


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