Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2012-05-30 18:37:53 +0400
committerCorinna Vinschen <corinna@vinschen.de>2012-05-30 18:37:53 +0400
commit0b592aeef28a5942322ea353096b85d0e8600459 (patch)
tree27dcca8f028bd993c8149efc0e7ff44db99cf573 /winsup/cygwin/pinfo.cc
parent52174bb4cc09ea59a998476ec4f7566409c6e4d0 (diff)
* hookapi.cc (find_first_notloaded_dll): Extend comment. Fix usage of
mapped memory. Shorten static library name buffer to MAX_PATH. Use strlcpy to copy library name to buffer. Only Unmap "map" if it has been Mapped before. * pinfo.cc (status_exit): Drop unneeded declaration of find_first_notloaded_dll in favor of the declaration in winsup.h.
Diffstat (limited to 'winsup/cygwin/pinfo.cc')
-rw-r--r--winsup/cygwin/pinfo.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/pinfo.cc b/winsup/cygwin/pinfo.cc
index fda0abc9a..c9a7b413e 100644
--- a/winsup/cygwin/pinfo.cc
+++ b/winsup/cygwin/pinfo.cc
@@ -114,7 +114,6 @@ pinfo_init (char **envp, int envc)
static DWORD
status_exit (DWORD x)
{
- const char *find_first_notloaded_dll (path_conv &);
switch (x)
{
case STATUS_DLL_NOT_FOUND: