* clearified that stime() has nothing to do with timezones
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37932 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -74,10 +74,13 @@ extern char *strptime(const char *buf, const char *format, struct tm *tm);
|
|||||||
|
|
||||||
/* special timezone support */
|
/* special timezone support */
|
||||||
extern void tzset(void);
|
extern void tzset(void);
|
||||||
|
|
||||||
|
/* non-POSIX */
|
||||||
extern int stime(const time_t *t);
|
extern int stime(const time_t *t);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#endif /* _TIME_H_ */
|
#endif /* _TIME_H_ */
|
||||||
|
|||||||
Reference in New Issue
Block a user