~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_getsystime.c

  • Committer: Stewart Smith
  • Date: 2008-07-09 01:40:54 UTC
  • mfrom: (105 drizzle)
  • mto: This revision was merged to the branch mainline in revision 111.
  • Revision ID: stewart@flamingspork.com-20080709014054-xfgfzirbhqzrzkkj
mergeĀ fromĀ mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
    Value in microseconds from some undefined point in time
129
129
*/
130
130
 
131
 
#define DELTA_FOR_SECONDS LL(500000000)  /* Half a second */
 
131
#define DELTA_FOR_SECONDS 500000000LL  /* Half a second */
132
132
 
133
133
ulonglong my_micro_time_and_time(time_t *time_arg)
134
134
{