[haiku-commits] r37932 - haiku/trunk/headers/posix

  • From: zooey@xxxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 5 Aug 2010 23:42:56 +0200 (CEST)

Author: zooey
Date: 2010-08-05 23:42:56 +0200 (Thu, 05 Aug 2010)
New Revision: 37932
Changeset: http://dev.haiku-os.org/changeset/37932

Modified:
   haiku/trunk/headers/posix/time.h
Log:
* clearified that stime() has nothing to do with timezones

Modified: haiku/trunk/headers/posix/time.h
===================================================================
--- haiku/trunk/headers/posix/time.h    2010-08-05 21:41:29 UTC (rev 37931)
+++ haiku/trunk/headers/posix/time.h    2010-08-05 21:42:56 UTC (rev 37932)
@@ -74,10 +74,13 @@
 
 /* special timezone support */
 extern void tzset(void);
+
+/* non-POSIX */
 extern int     stime(const time_t *t);
 
 #ifdef __cplusplus
 }
 #endif
 
+
 #endif /* _TIME_H_ */


Other related posts:

  • » [haiku-commits] r37932 - haiku/trunk/headers/posix - zooey