2003-08-12 Jeff Johnston <jjohnstn@redhat.com>

* i386/cygmon-salib.c (unlink): New stub.
This commit is contained in:
Jeff Johnston 2003-08-12 18:06:01 +00:00
parent c86c10b803
commit 2c34141c56
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-08-12 Jeff Johnston <jjohnstn@redhat.com>
* i386/cygmon-salib.c (unlink): New stub.
2003-08-08 Mark Salter <msalter@redhat.com>
* i386/cygmon.ld: Add 4 byte alignment to __CTOR_LIST__

View File

@ -64,6 +64,12 @@ isatty (int i)
return i<3;
}
int unlink (const char *p)
{
return -1;
}
char *
sbrk (int amt)
{