Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-08-16 23:49:54 +0400
committerChristopher Faylor <me@cgf.cx>2002-08-16 23:49:54 +0400
commit98c9c4569b805dc15d4f06d29da9b4615a54dcb1 (patch)
tree038ca4262efc0b47a58ca36dd39fbf21178ddb6f /winsup
parentc7e2187a60c13d1263678e22361648bb5d663e14 (diff)
* winsup.h: Remove malloc_*lock functions.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/winsup.h3
2 files changed, 4 insertions, 3 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 577f0f1f6..2e09754f1 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -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
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)));