From 98c9c4569b805dc15d4f06d29da9b4615a54dcb1 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Fri, 16 Aug 2002 19:49:54 +0000 Subject: * winsup.h: Remove malloc_*lock functions. --- winsup/cygwin/ChangeLog | 4 ++++ winsup/cygwin/winsup.h | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'winsup') diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 577f0f1f6..2e09754f1 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +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 diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h index 9148d2ec7..0739cb4dc 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))); -- cgit v1.2.3