* spawn.cc (av::dup_maybe): Make function void rather than void *.

* environ.cc (environ_init): Remember to reparse CYGWIN if envp is
supplied.
* heap.cc (_sbrk): Remember frame for signal handling.
* syscalls.cc (read_handler): Eliminate.
(_read): Move read_handler code here.  Reorganize for one path through
'ready_for_read'.
This commit is contained in:
Christopher Faylor
2000-09-25 16:36:12 +00:00
parent eb69b80812
commit fb5956da13
6 changed files with 50 additions and 46 deletions

View File

@@ -86,6 +86,7 @@ heap_init ()
extern "C" void *
_sbrk(int n)
{
sigframe thisframe (mainthread);
char *newtop, *newbrk;
unsigned commitbytes, newbrksize;