~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to gnulib/time.in.h

  • Committer: rm
  • Date: 2009-07-28 00:45:16 UTC
  • mto: (1093.7.2 pandora-build)
  • mto: This revision was merged to the branch mainline in revision 1105.
  • Revision ID: rm@ralph.local-20090728004516-ewvbfbcpc9dnl9hu
fix for gnulib mktime test & replacement (adaptation of patch from Bruno Haible)

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
int nanosleep (struct timespec const *__rqtp, struct timespec *__rmtp);
67
67
# endif
68
68
 
 
69
/* Return the 'time_t' representation of TP and normalize TP.  */
 
70
# if @REPLACE_MKTIME@
 
71
#  define mktime rpl_mktime
 
72
extern time_t mktime (struct tm *__tp);
 
73
# endif
 
74
 
69
75
/* Convert TIMER to RESULT, assuming local time and UTC respectively.  See
70
76
   <http://www.opengroup.org/susv3xsh/localtime_r.html> and
71
77
   <http://www.opengroup.org/susv3xsh/gmtime_r.html>.  */