~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/global.h

  • Committer: Monty Taylor
  • Date: 2008-10-10 01:32:55 UTC
  • mto: This revision was merged to the branch mainline in revision 499.
  • Revision ID: monty@inaugust.com-20081010013255-103hfya2ua78qnbw
Removed O_SHARE. I think it was only for OS/2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
 
137
137
/* file create flags */
138
138
 
139
 
#ifndef O_SHARE      /* Probably not windows */
140
 
#define O_SHARE    0  /* Flag to my_open for shared files */
141
 
#endif /* O_SHARE */
142
 
 
143
139
#ifndef O_BINARY
144
140
#define O_BINARY  0  /* Flag to my_open for binary files */
145
141
#endif