aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorGeoff Voelker1997-09-03 00:19:25 +0000
committerGeoff Voelker1997-09-03 00:19:25 +0000
commit16f49a88c2c47ff9ae7dad792821303f3967c2b1 (patch)
tree7b6b4fc4e08233c3bd26c8af93f6c9042ec18fea /lib-src
parent90eef3d95b3d492f0324550e0cab48d9e513a1c4 (diff)
downloademacs-16f49a88c2c47ff9ae7dad792821303f3967c2b1.tar.gz
emacs-16f49a88c2c47ff9ae7dad792821303f3967c2b1.zip
(getpid): Delete function.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ntlib.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib-src/ntlib.c b/lib-src/ntlib.c
index d5f6177f4a2..678d969c04f 100644
--- a/lib-src/ntlib.c
+++ b/lib-src/ntlib.c
@@ -49,12 +49,6 @@ getwd (char *dir)
49 return NULL; 49 return NULL;
50} 50}
51 51
52int
53getpid ()
54{
55 return _getpid ();
56}
57
58static HANDLE getppid_parent; 52static HANDLE getppid_parent;
59static int getppid_ppid; 53static int getppid_ppid;
60 54