From c5f52e9725745b0cd81e3b2b4881fc2360f830ec Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 18 Aug 2003 07:31:32 +0000 Subject: 2003-08-18 Ralf Corsepius PR 449/rtems: * src/getegid.c: New (Copied from ../posix/src). * src/geteuid.c: New (Copied from ../posix/src). * src/getgid.c: New (Copied from ../posix/src). * src/getgroups.c: New (Copied from ../posix/src). * src/getlogin.c: New (Copied from ../posix/src). * src/getpgrp.c: New (Copied from ../posix/src). * src/getpid.c: New (Copied from ../posix/src). * src/getppid.c: New (Copied from ../posix/src). * src/getuid.c: New (Copied from ../posix/src). * src/setpgid.c: New (Copied from ../posix/src). * src/setsid.c: New (Copied from ../posix/src). * src/no_posix: Remove getpid and _getpid_r. * Makefile.am: Reflect changes above. --- cpukit/libcsupport/ChangeLog | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'cpukit/libcsupport/ChangeLog') diff --git a/cpukit/libcsupport/ChangeLog b/cpukit/libcsupport/ChangeLog index a520d4c332..a94bca2388 100644 --- a/cpukit/libcsupport/ChangeLog +++ b/cpukit/libcsupport/ChangeLog @@ -1,7 +1,24 @@ +2003-08-18 Ralf Corsepius + + PR 449/rtems: + * src/getegid.c: New (Copied from ../posix/src). + * src/geteuid.c: New (Copied from ../posix/src). + * src/getgid.c: New (Copied from ../posix/src). + * src/getgroups.c: New (Copied from ../posix/src). + * src/getlogin.c: New (Copied from ../posix/src). + * src/getpgrp.c: New (Copied from ../posix/src). + * src/getpid.c: New (Copied from ../posix/src). + * src/getppid.c: New (Copied from ../posix/src). + * src/getuid.c: New (Copied from ../posix/src). + * src/setpgid.c: New (Copied from ../posix/src). + * src/setsid.c: New (Copied from ../posix/src). + * src/no_posix: Remove getpid and _getpid_r. + * Makefile.am: Reflect changes above. + 2003-08-14 Joel Sherrill * Makefile.am: Add fileio to list of interactive tests. - * src/sync.c: New file. + * src/sync.c: New (Copied from ../posix/src). New file. 2003-08-05 Till Strauman -- cgit v1.2.3