~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/my_sys.h

  • Committer: Monty Taylor
  • Date: 2008-07-04 13:45:27 UTC
  • mto: This revision was merged to the branch mainline in revision 58.
  • Revision ID: monty@inaugust.com-20080704134527-ogxwoleklmc75099
Updated everything that needs updating to compile with -std=gnu99 -pedantic 

Show diffs side-by-side

added added

removed removed

Lines of Context:
792
792
 
793
793
extern time_t my_time(myf flags);
794
794
extern ulonglong my_getsystime(void);
795
 
extern ulonglong my_micro_time();
 
795
extern ulonglong my_micro_time(void);
796
796
extern ulonglong my_micro_time_and_time(time_t *time_arg);
797
797
time_t my_time_possible_from_micro(ulonglong microtime);
798
798
extern my_bool my_gethwaddr(uchar *to);
799
 
extern int my_getncpus();
 
799
extern int my_getncpus(void);
800
800
 
801
801
#ifdef HAVE_SYS_MMAN_H
802
802
#include <sys/mman.h>