diff options
author | Christopher Faylor <me@cgf.cx> | 2000-06-22 19:48:10 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-06-22 19:48:10 +0000 |
commit | 5af1047b411b28abac69959fcb9bb81e749d7dac (patch) | |
tree | ea6c0f950ce104a1bb3830c093079538981ffbc4 /winsup/cygwin | |
parent | b86769580183a2d14afef0d4dce88c38e55b5f21 (diff) | |
download | cygnal-5af1047b411b28abac69959fcb9bb81e749d7dac.tar.gz cygnal-5af1047b411b28abac69959fcb9bb81e749d7dac.tar.bz2 cygnal-5af1047b411b28abac69959fcb9bb81e749d7dac.zip |
Revert.
Diffstat (limited to 'winsup/cygwin')
-rw-r--r-- | winsup/cygwin/libccrt0.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/winsup/cygwin/libccrt0.cc b/winsup/cygwin/libccrt0.cc index f7762459a..6f7d534b8 100644 --- a/winsup/cygwin/libccrt0.cc +++ b/winsup/cygwin/libccrt0.cc @@ -11,7 +11,6 @@ details. */ #undef MALLOC_DEBUG #include "winsup.h" -#include "sys/cygwin.h" #include <reent.h> #include <stdlib.h> @@ -55,10 +54,6 @@ cygwin_crt0_common (MainFunc f) this_proc.envptr = &environ; this_proc.impure_ptr_ptr = &_impure_ptr; 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.initial_sp = (char *) &onstack; |