diff options
author | Christopher Faylor <me@cgf.cx> | 2002-05-27 02:09:19 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-05-27 02:09:19 +0000 |
commit | 0cfbfc249f26bec6c407bb54d8e5e7a65c95afe0 (patch) | |
tree | 96e30b978b91a992d0a413a2c9498ba35faab599 | |
parent | 149965f73c70db3d82f4ca132e422ef4ea73b9e7 (diff) | |
download | cygnal-0cfbfc249f26bec6c407bb54d8e5e7a65c95afe0.tar.gz cygnal-0cfbfc249f26bec6c407bb54d8e5e7a65c95afe0.tar.bz2 cygnal-0cfbfc249f26bec6c407bb54d8e5e7a65c95afe0.zip |
* winsup.h: Remove duplicate declarations of malloc_lock and malloc_unlock.
-rw-r--r-- | winsup/cygwin/ChangeLog | 5 | ||||
-rw-r--r-- | winsup/cygwin/winsup.h | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 211ba00b1..4896d9514 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,8 @@ +2002-05-25 Robert Collins <rbtcollins@hotmail.com> + + * winsup.h: Remove duplicate declarations of malloc_lock and + malloc_unlock. + 2002-05-24 Christopher Faylor <cgf@redhat.com> Remove unneeded sync.h, where appropriate, throughout. diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h index 1c039a7f1..2d1fc1bc5 100644 --- a/winsup/cygwin/winsup.h +++ b/winsup/cygwin/winsup.h @@ -228,9 +228,6 @@ extern void multiple_cygwin_problem (const char *, unsigned, unsigned); extern "C" void __malloc_lock (struct _reent *); extern "C" void __malloc_unlock (struct _reent *); -extern "C" void __malloc_lock (struct _reent *); -extern "C" void __malloc_unlock (struct _reent *); - class path_conv; int __stdcall stat_worker (const char *name, struct __stat64 *buf, int nofollow, path_conv *pc = NULL) __attribute__ ((regparm (3))); |