Revert.
This commit is contained in:
parent
b867695801
commit
5af1047b41
|
@ -11,7 +11,6 @@ details. */
|
||||||
#undef MALLOC_DEBUG
|
#undef MALLOC_DEBUG
|
||||||
|
|
||||||
#include "winsup.h"
|
#include "winsup.h"
|
||||||
#include "sys/cygwin.h"
|
|
||||||
#include <reent.h>
|
#include <reent.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
@ -55,10 +54,6 @@ cygwin_crt0_common (MainFunc f)
|
||||||
this_proc.envptr = &environ;
|
this_proc.envptr = &environ;
|
||||||
this_proc.impure_ptr_ptr = &_impure_ptr;
|
this_proc.impure_ptr_ptr = &_impure_ptr;
|
||||||
this_proc.main = f;
|
this_proc.main = f;
|
||||||
this_proc.premain[0] = cygwin_premain0;
|
|
||||||
this_proc.premain[1] = cygwin_premain1;
|
|
||||||
this_proc.premain[2] = cygwin_premain2;
|
|
||||||
this_proc.premain[3] = cygwin_premain3;
|
|
||||||
this_proc.fmode_ptr = &_fmode;
|
this_proc.fmode_ptr = &_fmode;
|
||||||
this_proc.initial_sp = (char *) &onstack;
|
this_proc.initial_sp = (char *) &onstack;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue