2003-08-12 Jeff Johnston <jjohnstn@redhat.com>
* i386/cygmon-salib.c (unlink): New stub.
This commit is contained in:
parent
c86c10b803
commit
2c34141c56
|
@ -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__
|
||||
|
|
|
@ -64,6 +64,12 @@ isatty (int i)
|
|||
return i<3;
|
||||
}
|
||||
|
||||
int unlink (const char *p)
|
||||
{
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
char *
|
||||
sbrk (int amt)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue