From: cgf Date: Fri, 16 Aug 2002 19:49:54 +0000 (+0000) Subject: * winsup.h: Remove malloc_*lock functions. X-Git-Tag: pre-no-this~739 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=c0881831cba1db3bc9ada8ca8c76b45d1ae803d0;p=pf3gnuchains%2Fpf3gnuchains4x.git * winsup.h: Remove malloc_*lock functions. --- diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 577f0f1f68..2e09754f1f 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,9 @@ 2002-08-16 Christopher Faylor + * winsup.h: Remove malloc_*lock functions. + +2002-08-16 Christopher Faylor + * 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 diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h index 9148d2ec72..0739cb4dc9 100644 --- a/winsup/cygwin/winsup.h +++ b/winsup/cygwin/winsup.h @@ -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)));