summaryrefslogtreecommitdiff
path: root/lib-src/getopt.c
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
commit0db2ec7752fde2402181cb26762925a96275e7f3 (patch)
tree0f398a149f74ece4e5a1d013681c335506de85f6 /lib-src/getopt.c
parentbc7d6816eea90f0623d9061cd2e29e92c22f217e (diff)
automatically generated from GPLed version
Diffstat (limited to 'lib-src/getopt.c')
-rw-r--r--lib-src/getopt.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib-src/getopt.c b/lib-src/getopt.c
index 2d3f3b64bf..fc87ce67d6 100644
--- a/lib-src/getopt.c
+++ b/lib-src/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. */