OSDN Git Service

* winsup.h: Remove malloc_*lock functions.
authorcgf <cgf>
Fri, 16 Aug 2002 19:49:54 +0000 (19:49 +0000)
committercgf <cgf>
Fri, 16 Aug 2002 19:49:54 +0000 (19:49 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/winsup.h

index 577f0f1..2e09754 100644 (file)
@@ -1,5 +1,9 @@
 2002-08-16  Christopher Faylor  <cgf@redhat.com>
 
+       * winsup.h: Remove malloc_*lock functions.
+
+2002-08-16  Christopher Faylor  <cgf@redhat.com>
+
        * Makefile.in: Add support for new malloc.o and renamed
        malloc_wrapper.o.  Use -fomit-frame-pointer for malloc.o compilation.
        * malloc_wrapper.cc: New file.  Rename from malloc.cc.  Add support for
index 9148d2e..0739cb4 100644 (file)
@@ -232,9 +232,6 @@ extern "C" int __small_sprintf (char *dst, const char *fmt, ...) /*__attribute__
 extern "C" int __small_vsprintf (char *dst, const char *fmt, va_list ap) /*__attribute__ ((regparm (3)))*/;
 extern void multiple_cygwin_problem (const char *, unsigned, unsigned);
 
-extern "C" void __malloc_lock ();
-extern "C" void __malloc_unlock ();
-
 class path_conv;
 int __stdcall stat_worker (const char *name, struct __stat64 *buf, int nofollow,
                           path_conv *pc = NULL) __attribute__ ((regparm (3)));