* 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:
@@ -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
|
||||
|
Reference in New Issue
Block a user