* 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:
Oliver Tappe 2010-08-05 21:42:56 +00:00
parent 2cb26c0ab0
commit 9d391816b7

@ -74,10 +74,13 @@ extern char *strptime(const char *buf, const char *format, struct tm *tm);
/* special timezone support */
extern void tzset(void);
/* non-POSIX */
extern int stime(const time_t *t);
#ifdef __cplusplus
}
#endif
#endif /* _TIME_H_ */