https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247102
Conrad Meyer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] --- Comment #2 from Conrad Meyer <[email protected]> --- These functions are specified by POSIX as... taking size_t. Yeah, our version seems wrong. However, our libc implementation takes int, so to change this you need to provide libc ABI compatibility for the old version. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
