Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Jun 2020 16:48:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        standards@FreeBSD.org
Subject:   [Bug 247102] getlogin_r(): Sort of a typo: int is actually a size_t
Message-ID:  <bug-247102-99-1YQ7N8phLZ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-247102-99@https.bugs.freebsd.org/bugzilla/>
References:  <bug-247102-99@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247102

Conrad Meyer <cem@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|bugs@FreeBSD.org            |standards@FreeBSD.org

--- Comment #2 from Conrad Meyer <cem@freebsd.org> ---
These functions are specified by POSIX as... taking size_t.  Yeah, our vers=
ion
seems wrong.  However, our libc implementation takes int, so to change this=
 you
need to provide libc ABI compatibility for the old version.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-247102-99-1YQ7N8phLZ>