aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-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 2d3f3b64bf2..fc87ce67d69 100644
--- a/lib-src/getopt.c
+++ b/lib-src/getopt.c
@@ -79,12 +79,6 @@
79#endif 79#endif
80#endif 80#endif
81 81
82#if defined (WINDOWS32) && !defined (__CYGWIN32__)
83/* It's not Unix, really. See? Capital letters. */
84#include <windows.h>
85#define getpid() GetCurrentProcessId()
86#endif
87
88#ifndef _ 82#ifndef _
89/* This is for other GNU distributions with internationalized messages. 83/* This is for other GNU distributions with internationalized messages.
90 When compiling libc, the _ macro is predefined. */ 84 When compiling libc, the _ macro is predefined. */
@@ -262,8 +256,6 @@ static int nonoption_flags_len;
262static int original_argc; 256static int original_argc;
263static char *const *original_argv; 257static char *const *original_argv;
264 258
265extern pid_t __libc_pid;
266
267/* Make sure the environment variable bash 2.0 puts in the environment 259/* Make sure the environment variable bash 2.0 puts in the environment
268 is valid for the getopt call we must make sure that the ARGV passed 260 is valid for the getopt call we must make sure that the ARGV passed
269 to getopt is that one passed to the process. */ 261 to getopt is that one passed to the process. */