OSDN Git Service

2002-03-03 Robert Collins <rbtcollins@hotmail.com>
authorrbcollins <rbcollins>
Sun, 3 Mar 2002 12:52:59 +0000 (12:52 +0000)
committerrbcollins <rbcollins>
Sun, 3 Mar 2002 12:52:59 +0000 (12:52 +0000)
        * shm.cc (shmat): Prevent a compile error.
        (shmdt): Set errno as this function is incomplete.

winsup/cygwin/ChangeLog

index 1b8bbb9..2a0bce1 100644 (file)
@@ -1,3 +1,8 @@
+2002-03-03  Robert Collins  <rbtcollins@hotmail.com>
+
+       * shm.cc (shmat): Prevent a compile error.
+       (shmdt): Set errno as this function is incomplete.
+
 2002-02-28  Christopher Faylor  <cgf@redhat.com>
 
        * times.cc: Remove if 0'd code.  Clean up slightly.