https://sourceware.org/bugzilla/show_bug.cgi?id=32018
Vladimir Mezentsev <vladimir.mezentsev at oracle dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Ever confirmed|0 |1
Last reconfirmed| |2024-07-24
--- Comment #2 from Vladimir Mezentsev <vladimir.mezentsev at oracle dot com>
---
I don't have CentOS 6.
How is strchr defined in your /usr/include/string.h ?
Is this a macro?
On my Linux:
% grep -n -w strchr /usr/include/strin*
/usr/include/string.h:206:extern char *strchr (char *__s, int __c)
/usr/include/string.h:207: __THROW __asm ("strchr") __attribute_pure__
__nonnull ((1));
--
You are receiving this mail because:
You are on the CC list for the bug.