mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-30 19:24:07 +00:00
automatically generated from GPLed version
This commit is contained in:
parent
d378e4204d
commit
886748c02d
1 changed files with 0 additions and 8 deletions
8
getopt.c
8
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. */
|
||||
|
|
Loading…
Reference in a new issue