summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-12-04 01:16:52 +0000
committerUlrich Drepper <drepper@redhat.com>1997-12-04 01:16:52 +0000
commit886748c02d3510d09417157e9eaebd3e41b0b2e2 (patch)
tree3bad5adb35701400d53836c6f2d9d9c03b856264
parentd378e4204d643dc5ee5d6439dc80aae5ffc0119b (diff)
downloadgunmake-886748c02d3510d09417157e9eaebd3e41b0b2e2.tar.gz
automatically generated from GPLed version
-rw-r--r--getopt.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/getopt.c b/getopt.c
index 2d3f3b6..fc87ce6 100644
--- a/getopt.c
+++ b/getopt.c
@@ -79,12 +79,6 @@
#endif
#endif
-#if defined (WINDOWS32) && !defined (__CYGWIN32__)
-/* It's not Unix, really. See? Capital letters. */
-#include <windows.h>
-#define getpid() GetCurrentProcessId()
-#endif
-
#ifndef _
/* This is for other GNU distributions with internationalized messages.
When compiling libc, the _ macro is predefined. */
@@ -262,8 +256,6 @@ static int nonoption_flags_len;
static int original_argc;
static char *const *original_argv;
-extern pid_t __libc_pid;
-
/* Make sure the environment variable bash 2.0 puts in the environment
is valid for the getopt call we must make sure that the ARGV passed
to getopt is that one passed to the process. */