~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/my_sys.h

  • Committer: Brian Aker
  • Date: 2008-07-04 17:39:41 UTC
  • mfrom: (53.2.3 codestyle2)
  • Revision ID: brian@tangent.org-20080704173941-z0s9jhsl26i3ax1w
Merge from incomming patch from Monty covering warnings

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>