From 232d6c1cf1918e72f59f206c0eb8a3b9795e9ab3 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 8 Mar 1997 03:50:17 +0000 Subject: Removed getpid from this file and made it its own file. This lets it get replaced as required. --- c/src/exec/posix/src/types.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'c/src/exec/posix/src/types.c') 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 @@ -17,16 +17,6 @@ uid_t _POSIX_types_Euid = 0; gid_t _POSIX_types_Gid = 0; gid_t _POSIX_types_Egid = 0; -/*PAGE - * - * 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 -- cgit v1.2.3