summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-08-02 18:10:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-08-02 18:10:10 +0000
commit4c782c26ac6112bcdee43ccdb0b3b2bf62ee63ac (patch)
tree92d4050d15a2cbfc38aebd0e44415896489edcac /cpukit/ChangeLog
parentRename to final patch name. (diff)
downloadrtems-4c782c26ac6112bcdee43ccdb0b3b2bf62ee63ac.tar.bz2
2010-07-30 Bharath Suri <bharath.s.jois@gmail.com>
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.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
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 <bharath.s.jois@gmail.com>
+
+ 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 <joel.sherrill@oarcorp.com>
* libcsupport/src/fstat.c, libcsupport/src/rmdir.c,