]> sourceware.org Git - newlib-cygwin.git/commitdiff
* winsup.h: Remove duplicate declarations of malloc_lock and malloc_unlock.
authorChristopher Faylor <me@cgf.cx>
Mon, 27 May 2002 02:09:19 +0000 (02:09 +0000)
committerChristopher Faylor <me@cgf.cx>
Mon, 27 May 2002 02:09:19 +0000 (02:09 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/winsup.h

index 211ba00b1005b66a1908fffa2cccdc80bd0ebeee..4896d951494da1a1e8a672ab77c3475773acec97 100644 (file)
@@ -1,3 +1,8 @@
+2002-05-25  Robert Collins   <rbtcollins@hotmail.com>
+
+       * winsup.h: Remove duplicate declarations of malloc_lock and
+       malloc_unlock.
+
 2002-05-24  Christopher Faylor  <cgf@redhat.com>
 
        Remove unneeded sync.h, where appropriate, throughout.
index 1c039a7f11a38519460539d4151b3387735d53f3..2d1fc1bc5a12e775c11a8fe2a9f3e756d457e2d9 100644 (file)
@@ -228,9 +228,6 @@ extern void multiple_cygwin_problem (const char *, unsigned, unsigned);
 extern "C" void __malloc_lock (struct _reent *);
 extern "C" void __malloc_unlock (struct _reent *);
 
-extern "C" void __malloc_lock (struct _reent *);
-extern "C" void __malloc_unlock (struct _reent *);
-
 class path_conv;
 int __stdcall stat_worker (const char *name, struct __stat64 *buf, int nofollow,
                           path_conv *pc = NULL) __attribute__ ((regparm (3)));
This page took 0.029571 seconds and 5 git commands to generate.