From 9d391816b7f66ae9cd8ff9e7e117202deea6ded0 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Thu, 5 Aug 2010 21:42:56 +0000 Subject: [PATCH] * 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 --- headers/posix/time.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/headers/posix/time.h b/headers/posix/time.h index 97471f7b39..bb963e86de 100644 --- a/headers/posix/time.h +++ b/headers/posix/time.h @@ -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_ */