[Bug 247102] getlogin_r(): Sort of a typo: int is actually a size_t
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jun 9 16:48:17 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247102
Conrad Meyer <cem at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|bugs at FreeBSD.org |standards at FreeBSD.org
--- Comment #2 from Conrad Meyer <cem at freebsd.org> ---
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.
More information about the freebsd-standards
mailing list