aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mingw.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h
index 32a9b4b4a..d5a675507 100644
--- a/include/mingw.h
+++ b/include/mingw.h
@@ -266,10 +266,12 @@ NOIMPL(setuid,uid_t gid UNUSED_PARAM);
266unsigned int sleep(unsigned int seconds); 266unsigned int sleep(unsigned int seconds);
267NOIMPL(symlink,const char *oldpath UNUSED_PARAM, const char *newpath UNUSED_PARAM); 267NOIMPL(symlink,const char *oldpath UNUSED_PARAM, const char *newpath UNUSED_PARAM);
268static inline void sync(void) {} 268static inline void sync(void) {}
269int mingw_unlink(const char *pathname);
269NOIMPL(vfork,void); 270NOIMPL(vfork,void);
270 271
271#define getcwd mingw_getcwd 272#define getcwd mingw_getcwd
272#define lchown(a,b,c) chown(a,b,c) 273#define lchown(a,b,c) chown(a,b,c)
274#define unlink mingw_unlink
273 275
274/* 276/*
275 * utime.h 277 * utime.h