summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/winf.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/winf.h')
-rw-r--r--winsup/cygwin/winf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/winf.h b/winsup/cygwin/winf.h
index ca7d2bdd9..1d4fdc02d 100644
--- a/winsup/cygwin/winf.h
+++ b/winsup/cygwin/winf.h
@@ -1,6 +1,6 @@
/* winf.h
- Copyright 2006, 2007, 2009, 2011, 2013 Red Hat, Inc.
+ Copyright 2006, 2007, 2009, 2011, 2013, 2015 Red Hat, Inc.
This software is a copyrighted work licensed under the terms of the
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
@@ -41,7 +41,7 @@ class av
cfree (argv);
}
}
- int unshift (const char *what, int conv = 0) __reg2;
+ int unshift (const char *what) __reg2;
operator char **() {return argv;}
void all_calloced () {calloced = argc;}
void replace0_maybe (const char *arg0)