diff options
| author | Geoff Voelker | 1997-09-03 00:19:25 +0000 |
|---|---|---|
| committer | Geoff Voelker | 1997-09-03 00:19:25 +0000 |
| commit | 16f49a88c2c47ff9ae7dad792821303f3967c2b1 (patch) | |
| tree | 7b6b4fc4e08233c3bd26c8af93f6c9042ec18fea /lib-src | |
| parent | 90eef3d95b3d492f0324550e0cab48d9e513a1c4 (diff) | |
| download | emacs-16f49a88c2c47ff9ae7dad792821303f3967c2b1.tar.gz emacs-16f49a88c2c47ff9ae7dad792821303f3967c2b1.zip | |
(getpid): Delete function.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ntlib.c | 6 |
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 | ||
| 52 | int | ||
| 53 | getpid () | ||
| 54 | { | ||
| 55 | return _getpid (); | ||
| 56 | } | ||
| 57 | |||
| 58 | static HANDLE getppid_parent; | 52 | static HANDLE getppid_parent; |
| 59 | static int getppid_ppid; | 53 | static int getppid_ppid; |
| 60 | 54 | ||