Niclas Zeising changed bug 61269
What Removed Added
Attachment #75300 is obsolete   1

Comment # 3 on bug 61269 from
Created attachment 75312 [details] [review]
Add local implementation of strchrnul()

Hi!
Attached is a different solution to the strchrnul() issue, it adds a local
implementation and a configure check to see if strchrnul() exists in libc.  If
it does exist in libc, that version will be used instead of the local version.


You are receiving this mail because: