summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/types.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/posix/src/types.c')
-rw-r--r--c/src/exec/posix/src/types.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/c/src/exec/posix/src/types.c b/c/src/exec/posix/src/types.c
index 6bea1127b6..4386ad5292 100644
--- a/c/src/exec/posix/src/types.c
+++ b/c/src/exec/posix/src/types.c
@@ -22,16 +22,6 @@ gid_t _POSIX_types_Egid = 0;
* 4.1.1 Get Process and Parent Process IDs, P1003.1b-1993, p. 83
*/
-pid_t getpid( void )
-{
- return _Objects_Local_node;
-}
-
-/*PAGE
- *
- * 4.1.1 Get Process and Parent Process IDs, P1003.1b-1993, p. 83
- */
-
pid_t getppid( void )
{
return _POSIX_types_Ppid;