~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/my_sys.h

  • Committer: Brian Aker
  • Date: 2008-07-13 22:21:51 UTC
  • Revision ID: brian@tangent.org-20080713222151-fv2tcpbsc829j2oc
Ulonglong to uint64_t

Show diffs side-by-side

added added

removed removed

Lines of Context:
777
777
void my_free_open_file_info(void);
778
778
 
779
779
extern time_t my_time(myf flags);
780
 
extern ulonglong my_getsystime(void);
781
 
extern ulonglong my_micro_time(void);
782
 
extern ulonglong my_micro_time_and_time(time_t *time_arg);
783
 
time_t my_time_possible_from_micro(ulonglong microtime);
 
780
extern uint64_t my_getsystime(void);
 
781
extern uint64_t my_micro_time(void);
 
782
extern uint64_t my_micro_time_and_time(time_t *time_arg);
 
783
time_t my_time_possible_from_micro(uint64_t microtime);
784
784
extern bool my_gethwaddr(uchar *to);
785
785
extern int my_getncpus(void);
786
786