This is the mail archive of the cygwin-patches mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 3/5] Cygwin: Implement the GNU extension clearenv


On 2018-06-04 14:36, Ken Brown wrote:
--- a/winsup/cygwin/include/cygwin/stdlib.h
+++ b/winsup/cygwin/include/cygwin/stdlib.h
@@ -22,6 +22,7 @@ void	setprogname (const char *);
#if __GNU_VISIBLE
  char *canonicalize_file_name (const char *);
+int clearenv ();
  #endif

This should be in a __MISC_VISIBLE conditional, and the (void) parameter is missing.

--
Yaakov


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]