~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_sys.h

Moved my_sys/my_pthread/my_nosys and mysys_err to mysys.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#include <errno.h>
29
29
#define my_errno (errno)
30
30
 
31
 
#include <my_pthread.h>
 
31
#include <mysys/my_pthread.h>
32
32
 
33
33
#include <m_ctype.h>                    /* for CHARSET_INFO */
34
34
#include <stdarg.h>