* 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

@@ -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;