~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/my_nosys.h

  • Committer: Monty Taylor
  • Date: 2008-07-05 11:08:18 UTC
  • mto: This revision was merged to the branch mainline in revision 62.
  • Revision ID: monty@inaugust.com-20080705110818-xyc8ehdym3r7nf6t
Add Jay's test optoins at the target of make test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
#undef my_seek
36
36
#define my_read(a,b,c,d) my_quick_read(a,b,c,d)
37
37
#define my_write(a,b,c,d) my_quick_write(a,b,c)
38
 
extern size_t my_quick_read(File Filedes,unsigned char *Buffer,size_t Count,
 
38
extern size_t my_quick_read(File Filedes,uchar *Buffer,size_t Count,
39
39
                            myf myFlags);
40
 
extern size_t my_quick_write(File Filedes,const unsigned char *Buffer,size_t Count);
 
40
extern size_t my_quick_write(File Filedes,const uchar *Buffer,size_t Count);
41
41
 
42
42
#if defined(USE_HALLOC)
43
43
#define my_malloc(a,b) halloc(a,1)