OSDN Git Service

2003-08-12 Jeff Johnston <jjohnstn@redhat.com>
authorjjohnstn <jjohnstn>
Tue, 12 Aug 2003 18:06:01 +0000 (18:06 +0000)
committerjjohnstn <jjohnstn>
Tue, 12 Aug 2003 18:06:01 +0000 (18:06 +0000)
        * i386/cygmon-salib.c (unlink): New stub.

libgloss/ChangeLog
libgloss/i386/cygmon-salib.c

index e7fd613..d8ed896 100644 (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__
index 1fd29ca..466045d 100644 (file)
@@ -64,6 +64,12 @@ isatty (int i)
   return i<3;
 }
 
+int unlink (const char *p)
+{
+  return -1;
+}
+
+
 char *
 sbrk (int amt)
 {