~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/my_sys.h

  • Committer: Jay Pipes
  • Date: 2008-07-23 23:30:48 UTC
  • mto: This revision was merged to the branch mainline in revision 210.
  • Revision ID: jay@mysql.com-20080723233048-xwzonjemf7stp9m1
* Removed two files, only needed for Netware:
** include/help_end.h and include/help_start.h
* Removed __NETWARE__ conditional defines in various files

Show diffs side-by-side

added added

removed removed

Lines of Context:
808
808
#define MAP_NOSYNC       0x0800
809
809
#define MAP_FAILED       ((void *)-1)
810
810
#define MS_SYNC          0x0000
811
 
 
812
 
#ifndef __NETWARE__
813
811
#define HAVE_MMAP
814
 
#endif
815
812
 
816
813
void *my_mmap(void *, size_t, int, int, int, my_off_t);
817
814
int my_munmap(void *, size_t);