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>
|
2003-08-08 Mark Salter <msalter@redhat.com>
|
||||||
|
|
||||||
* i386/cygmon.ld: Add 4 byte alignment to __CTOR_LIST__
|
* i386/cygmon.ld: Add 4 byte alignment to __CTOR_LIST__
|
||||||
|
@ -64,6 +64,12 @@ isatty (int i)
|
|||||||
return i<3;
|
return i<3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int unlink (const char *p)
|
||||||
|
{
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
char *
|
char *
|
||||||
sbrk (int amt)
|
sbrk (int amt)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user