aboutsummaryrefslogtreecommitdiff
path: root/include/mingw.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mingw.h')
-rw-r--r--include/mingw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mingw.h b/include/mingw.h
index 3b7aa9469..ccf3060e7 100644
--- a/include/mingw.h
+++ b/include/mingw.h
@@ -129,7 +129,7 @@ int fdprintf(int fd, const char *format, ...);
129 129
130NOIMPL(clearenv,void); 130NOIMPL(clearenv,void);
131IMPL(mingw_getenv,char*,NULL,const char *name UNUSED_PARAM); 131IMPL(mingw_getenv,char*,NULL,const char *name UNUSED_PARAM);
132NOIMPL(mkstemp,char *template UNUSED_PARAM); 132int mkstemp(char *template);
133IMPL(realpath,char *,NULL,const char *path UNUSED_PARAM, char *resolved_path UNUSED_PARAM); 133IMPL(realpath,char *,NULL,const char *path UNUSED_PARAM, char *resolved_path UNUSED_PARAM);
134NOIMPL(setenv,const char *name UNUSED_PARAM, const char *value UNUSED_PARAM, int replace UNUSED_PARAM); 134NOIMPL(setenv,const char *name UNUSED_PARAM, const char *value UNUSED_PARAM, int replace UNUSED_PARAM);
135IMPL(unsetenv,void,,const char *env UNUSED_PARAM); 135IMPL(unsetenv,void,,const char *env UNUSED_PARAM);