# HG changeset patch # User Ulrich Drepper # Date 881198212 0 # Node ID fcca6fe56f9c51c82d14fa7a8f14adb5ffdcd036 # Parent e15a9b5e0a70aa010fc5ff71dc97b882f0f44e08 automatically generated from GPLed version diff -r e15a9b5e0a70 -r fcca6fe56f9c lib-src/getopt.c --- a/lib-src/getopt.c Wed Dec 03 17:20:13 1997 +0000 +++ b/lib-src/getopt.c Thu Dec 04 01:16:52 1997 +0000 @@ -79,12 +79,6 @@ #endif #endif -#if defined (WINDOWS32) && !defined (__CYGWIN32__) -/* It's not Unix, really. See? Capital letters. */ -#include -#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 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. */