Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2003-08-12 22:06:01 +0400
committerJeff Johnston <jjohnstn@redhat.com>2003-08-12 22:06:01 +0400
commit2c34141c56ae31498751b0cfedc16a0d0c7f0c34 (patch)
tree9c66e3ed33f0a9a140661f389a144f6ca20174a0 /libgloss/i386
parentc86c10b803a309d887fd8d02160fe118ab31b531 (diff)
2003-08-12 Jeff Johnston <jjohnstn@redhat.com>
* i386/cygmon-salib.c (unlink): New stub.
Diffstat (limited to 'libgloss/i386')
-rw-r--r--libgloss/i386/cygmon-salib.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/libgloss/i386/cygmon-salib.c b/libgloss/i386/cygmon-salib.c
index 1fd29cacf..466045d07 100644
--- a/libgloss/i386/cygmon-salib.c
+++ b/libgloss/i386/cygmon-salib.c
@@ -64,6 +64,12 @@ isatty (int i)
return i<3;
}
+int unlink (const char *p)
+{
+ return -1;
+}
+
+
char *
sbrk (int amt)
{