* exec.cc (strccpy): Move function from here...

* strfuncs.cc (strccpy): ...to here.
	* string.h (strccpy): Declare.
	* winsup.h (strccpy): Drop declaration.
This commit is contained in:
Corinna Vinschen
2011-01-19 09:41:54 +00:00
parent 808aae3d13
commit 17133a85de
5 changed files with 25 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
/* string.h: Extra string defs
Copyright 2001, 2007, 2008 Red Hat, Inc.
Copyright 2001, 2007, 2008, 2011 Red Hat, Inc.
This file is part of Cygwin.
@@ -119,6 +119,8 @@ char * __stdcall cygwin_strupr (char *);
#endif /* __INSIDE_CYGWIN__ */
char *__stdcall strccpy (char *s1, const char **s2, char c);
#ifdef __cplusplus
}
#endif