Fixes to merge between 5.1-main and 5.1-marvel

include/my_atomic.h:
  To avoid compiler problems on some platforms, static inline
  should be a macro here.
include/my_bit.h:
  To avoid compiler problems on windows and solaris
mysys/my_create.c:
  To avoid compiler problems on windows.
mysys/my_delete.c:
  To avoid compiler problems on windows.
This commit is contained in:
unknown 2007-10-15 18:22:19 +03:00
commit 32d207ca32
4 changed files with 11 additions and 7 deletions

View file

@ -15,6 +15,7 @@
#include "mysys_priv.h"
#include "mysys_err.h"
#include <my_sys.h>
int my_delete(const char *name, myf MyFlags)
{