1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

make the IM compile on Windows

server-tools/instance-manager/instance_options.cc:
  fix for coding guidelines
server-tools/instance-manager/parse_output.cc:
  fix for coding guidelines
server-tools/instance-manager/priv.cc:
  don't call pthread_attr_setstacksize on Windows
server-tools/instance-manager/priv.h:
  include my_pthread so the thread functions will compile on Windows
This commit is contained in:
unknown
2005-11-02 09:30:01 -06:00
parent 5ce36e8134
commit e9af959eef
4 changed files with 7 additions and 6 deletions

View File

@ -22,7 +22,7 @@
#else
#include <unistd.h>
#endif
#include "my_pthread.h"
/* the pid of the manager process (of the signal thread on the LinuxThreads) */
extern pid_t manager_pid;