* winsup.h: Remove duplicate declarations of malloc_lock and malloc_unlock.
This commit is contained in:
parent
149965f73c
commit
0cfbfc249f
|
@ -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>
|
2002-05-24 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
Remove unneeded sync.h, where appropriate, throughout.
|
Remove unneeded sync.h, where appropriate, throughout.
|
||||||
|
|
|
@ -228,9 +228,6 @@ extern void multiple_cygwin_problem (const char *, unsigned, unsigned);
|
||||||
extern "C" void __malloc_lock (struct _reent *);
|
extern "C" void __malloc_lock (struct _reent *);
|
||||||
extern "C" void __malloc_unlock (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;
|
class path_conv;
|
||||||
int __stdcall stat_worker (const char *name, struct __stat64 *buf, int nofollow,
|
int __stdcall stat_worker (const char *name, struct __stat64 *buf, int nofollow,
|
||||||
path_conv *pc = NULL) __attribute__ ((regparm (3)));
|
path_conv *pc = NULL) __attribute__ ((regparm (3)));
|
||||||
|
|
Loading…
Reference in New Issue