[BACK]Return to time.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/time.h between version 1.27 and 1.28

version 1.27, 2015/03/17 19:31:30 version 1.28, 2015/04/07 01:47:04
Line 135 
Line 135 
                 __attribute__ ((__bounded__(__string__,1,2)));                  __attribute__ ((__bounded__(__string__,1,2)));
 time_t time(time_t *);  time_t time(time_t *);
   
   #if __XPG_VISIBLE >= 300
   extern int daylight;
   extern long timezone;
   #endif
 #if __XPG_VISIBLE >= 400  #if __XPG_VISIBLE >= 400
 char *strptime(const char *__restrict, const char *__restrict,  char *strptime(const char *__restrict, const char *__restrict,
                 struct tm *__restrict);                  struct tm *__restrict);
Line 166 
Line 170 
 #endif  #endif
   
 #if __BSD_VISIBLE  #if __BSD_VISIBLE
 char *timezone(int, int);  
 void tzsetwall(void);  void tzsetwall(void);
 time_t timelocal(struct tm *);  time_t timelocal(struct tm *);
 time_t timegm(struct tm *);  time_t timegm(struct tm *);

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28