From b9eca49e378d183ddf418f5deae1f389cd31dc28 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Tue, 10 May 2016 14:56:49 +0000 Subject: Declare cuserid in unistd.h for UNIX98 and before (bug 20043). For UNIX98 and older X/Open standards, unistd.h should have a declaration of the legacy cuserid function, but such a declaration is missing. This patch adds that missing declaration. Tested for x86_64 and x86 (testsuite, and that installed stripped shared libraries are unchanged by the patch). [BZ #20043] * posix/unistd.h [__USE_XOPEN && !__USE_XOPEN2K] (cuserid): New prototype. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 516be8a..55319d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2016-05-10 Joseph Myers + + [BZ #20043] + * posix/unistd.h [__USE_XOPEN && !__USE_XOPEN2K] (cuserid): New + prototype. + 2016-05-10 Florian Weimer [BZ #20017] -- cgit v1.1