* path.h (cstrdup): Fix declaration.

This commit is contained in:
Corinna Vinschen 2009-07-30 20:19:54 +00:00
parent 2ef2cd7a85
commit eeb6806f87
2 changed files with 5 additions and 1 deletions

View File

@ -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>
* globals.cc (enum exit_states::ES_GLOBAL_DTORS): Delete.

View File

@ -83,7 +83,7 @@ enum path_types
PATH_SOCKET = 0x40000000
};
extern "C" char *__stdcall cstrdup (const char *s);
extern "C" char *__stdcall cstrdup (const char *) __attribute__ ((regparm(1)));
class symlink_info;