source: rtems/cpukit/libcsupport/src/list @ c5f52e9

4.104.114.84.95
Last change on this file since c5f52e9 was c5f52e9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/18/03 at 07:31:32

2003-08-18 Ralf Corsepius <corsepiu@…>

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.
  • Property mode set to 100644
File size: 285 bytes
Line 
1libcsupport/src/getegid.c
2libcsupport/src/geteuid.c
3libcsupport/src/getgid.c
4libcsupport/src/getgroups.c
5libcsupport/src/getlogin.c
6libcsupport/src/getpgrp.c
7libcsupport/src/getpid.c
8libcsupport/src/getppid.c
9libcsupport/src/getuid.c
10libcsupport/src/setpgid.c
11libcsupport/src/setsid.c
Note: See TracBrowser for help on using the repository browser.