Changeset 232d6c1c in rtems


Ignore:
Timestamp:
03/08/97 03:50:17 (27 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
dab057a
Parents:
5cdcbd2
Message:

Removed getpid from this file and made it its own file. This lets it
get replaced as required.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/posix/src/types.c

    r5cdcbd2 r232d6c1c  
    2323 */
    2424
    25 pid_t getpid( void )
    26 {
    27   return _Objects_Local_node;
    28 }
    29 
    30 /*PAGE
    31  *
    32  *  4.1.1 Get Process and Parent Process IDs, P1003.1b-1993, p. 83
    33  */
    34 
    3525pid_t getppid( void )
    3626{
  • cpukit/posix/src/types.c

    r5cdcbd2 r232d6c1c  
    2323 */
    2424
    25 pid_t getpid( void )
    26 {
    27   return _Objects_Local_node;
    28 }
    29 
    30 /*PAGE
    31  *
    32  *  4.1.1 Get Process and Parent Process IDs, P1003.1b-1993, p. 83
    33  */
    34 
    3525pid_t getppid( void )
    3626{
Note: See TracChangeset for help on using the changeset viewer.