mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-28 12:05:47 +08:00
* path.h (cstrdup): Fix declaration.
This commit is contained in:
parent
2ef2cd7a85
commit
eeb6806f87
@ -1,3 +1,7 @@
|
|||||||
|
2009-07-30 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* path.h (cstrdup): Fix declaration.
|
||||||
|
|
||||||
2009-07-29 Dave Korn <dave.korn.cygwin@googlemail.com>
|
2009-07-29 Dave Korn <dave.korn.cygwin@googlemail.com>
|
||||||
|
|
||||||
* globals.cc (enum exit_states::ES_GLOBAL_DTORS): Delete.
|
* globals.cc (enum exit_states::ES_GLOBAL_DTORS): Delete.
|
||||||
|
@ -83,7 +83,7 @@ enum path_types
|
|||||||
PATH_SOCKET = 0x40000000
|
PATH_SOCKET = 0x40000000
|
||||||
};
|
};
|
||||||
|
|
||||||
extern "C" char *__stdcall cstrdup (const char *s);
|
extern "C" char *__stdcall cstrdup (const char *) __attribute__ ((regparm(1)));
|
||||||
|
|
||||||
class symlink_info;
|
class symlink_info;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user