diff options
author | Christopher Faylor <me@cgf.cx> | 2004-02-16 02:03:54 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2004-02-16 02:03:54 +0000 |
commit | b4f0009fe3c1a862f6cbdbab0693a32e2a3cf88c (patch) | |
tree | bcc1cff08e79958926cf1dbf65f607aa897597e6 /winsup/cygwin/dcrt0.cc | |
parent | cc9c680509923d1e442d3196e1728f9374552fd9 (diff) | |
download | cygnal-b4f0009fe3c1a862f6cbdbab0693a32e2a3cf88c.tar.gz cygnal-b4f0009fe3c1a862f6cbdbab0693a32e2a3cf88c.tar.bz2 cygnal-b4f0009fe3c1a862f6cbdbab0693a32e2a3cf88c.zip |
* cygheap.cc (_csbrk): Report failing condition to stderr rather than strace.
Diffstat (limited to 'winsup/cygwin/dcrt0.cc')
-rw-r--r-- | winsup/cygwin/dcrt0.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/winsup/cygwin/dcrt0.cc b/winsup/cygwin/dcrt0.cc index 79d84c47d..4d48314e7 100644 --- a/winsup/cygwin/dcrt0.cc +++ b/winsup/cygwin/dcrt0.cc @@ -743,12 +743,6 @@ dll_crt0_1 (char *) /* Initialize SIGSEGV handling, etc. */ init_exceptions (&cygwin_except_entry); - /* Nasty static stuff needed by newlib -- point to a local copy of - the reent stuff. - Note: this MUST be done here (before the forkee code) as the - fork copy code doesn't copy the data in libccrt0.cc (that's why we - pass in the per_process struct into the .dll from libccrt0). */ - user_data->resourcelocks->Init (); user_data->threadinterface->Init (); ProtectHandle (hMainProc); |