]> cvs.zerfleddert.de Git - micropolis/blobdiff - src/tclx/src/tclxint.h
Fixes for compilation with gcc 15
[micropolis] / src / tclx / src / tclxint.h
index 5cacb4800be1653fa67e16e1fc0c21089192d595..198c9b98e7f87db4b4a899a7163ead1a5d632880 100644 (file)
@@ -80,8 +80,8 @@
  * These should be take from an include file, but it got to be such a mess
  * to get the include files right that they are here for good measure.
  */
  * These should be take from an include file, but it got to be such a mess
  * to get the include files right that they are here for good measure.
  */
-struct tm *gmtime ();
-struct tm *localtime ();
+struct tm *gmtime (const time_t*);
+struct tm *localtime (const time_t*);
 
 #ifndef MAXINT
 #    define BITSPERBYTE   8
 
 #ifndef MAXINT
 #    define BITSPERBYTE   8
Impressum, Datenschutz