#At file:///C:/bzr/wtf1/
2665 Vladislav Vaintroub 2008-07-23
Fix compile warning
modified:
mysys/mysys_priv.h
per-file messages:
mysys/mysys_priv.h
Fix compile warning (correct prototype for my_win_dup)
=== modified file 'mysys/mysys_priv.h'
--- a/mysys/mysys_priv.h 2008-07-23 08:52:08 +0000
+++ b/mysys/mysys_priv.h 2008-07-23 10:40:12 +0000
@@ -62,7 +62,7 @@ extern FILE* my_win_fdopen(File Filed
extern int my_win_stat(const char *path, struct _stati64 *buf);
extern int my_win_fstat(File fd, struct _stati64 *buf);
extern int my_win_fsync(File fd);
-extern File my_win_fsync(File fd);
+extern File my_win_dup(File fd);
extern File my_win_sopen(const char *path, int oflag, int shflag, int perm);
extern File my_open_osfhandle(HANDLE handle, int oflag);
#endif
| Thread |
|---|
| • bzr commit into mysql-6.0-wtf branch (vvaintroub:2665) | Vladislav Vaintroub | 23 Jul |