diff options
author | Christopher Faylor <me@cgf.cx> | 2002-08-16 19:49:54 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-08-16 19:49:54 +0000 |
commit | 98c9c4569b805dc15d4f06d29da9b4615a54dcb1 (patch) | |
tree | 038ca4262efc0b47a58ca36dd39fbf21178ddb6f /winsup | |
parent | c7e2187a60c13d1263678e22361648bb5d663e14 (diff) | |
download | cygnal-98c9c4569b805dc15d4f06d29da9b4615a54dcb1.tar.gz cygnal-98c9c4569b805dc15d4f06d29da9b4615a54dcb1.tar.bz2 cygnal-98c9c4569b805dc15d4f06d29da9b4615a54dcb1.zip |
* winsup.h: Remove malloc_*lock functions.
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/cygwin/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/cygwin/winsup.h | 3 |
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))); |