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:
Diffstat (limited to 'libgloss/i386/cygmon-salib.c')
-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)
{