~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_sys.h

  • Committer: Monty Taylor
  • Date: 2009-12-22 09:18:35 UTC
  • mto: This revision was merged to the branch mainline in revision 1253.
  • Revision ID: mordred@inaugust.com-20091222091835-6tqoqc8i7qb6gc2u
Added a header for qsort_cmp.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
 
53
53
#include <sys/mman.h>
54
54
 
 
55
#include "drizzled/qsort_cmp.h"
 
56
 
55
57
#ifndef MAP_NOSYNC
56
58
#define MAP_NOSYNC      0
57
59
#endif
143
145
extern "C" {
144
146
#endif
145
147
 
146
 
typedef int  (*qsort_cmp)(const void *,const void *);
147
 
typedef int  (*qsort_cmp2)(void*, const void *,const void *);
148
 
 
149
148
typedef uint64_t my_off_t;
150
149
 
151
150
#define TRASH(A,B) /* nothing */
229
228
} RECORD_CACHE;
230
229
 
231
230
 
232
 
typedef int (*qsort2_cmp)(const void *, const void *, const void *);
233
 
 
234
231
        /* defines for mf_iocache */
235
232
 
236
233
        /* Test if buffer is inited */