From 4c782c26ac6112bcdee43ccdb0b3b2bf62ee63ac Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 2 Aug 2010 18:10:10 +0000 Subject: 2010-07-30 Bharath Suri PR 1645/cpukit * libcsupport/src/getuid.c: Moved setuid() routine to its own file. * libcsupport/src/setuid.c: New file with setuid() routine. * libcsupport/src/seteuid.c: New file with seteuid() routine. --- cpukit/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index d364acc250..80567863d1 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,11 @@ +2010-07-30 Bharath Suri + + PR 1645/cpukit + * libcsupport/src/getuid.c: Moved setuid() routine to its own + file. + * libcsupport/src/setuid.c: New file with setuid() routine. + * libcsupport/src/seteuid.c: New file with seteuid() routine. + 2010-07-30 Joel Sherrill * libcsupport/src/fstat.c, libcsupport/src/rmdir.c, -- cgit v1.2.3