Added TODO to re-check timespec casting.

This commit is contained in:
Andrew Wood
2023-09-03 21:42:46 +01:00
parent 8e781e0b51
commit 7f735b7282
+3
View File
@@ -136,6 +136,9 @@ void pv_elapsedtime_add(struct timespec *return_time, const struct timespec *fir
* large enough and are relying on the compiler to do the casting
* correctly, since the manual for timespec(3) states the types are
* implementation-defined.
*
* TODO: review this to make sure that this isn't just an elaborate
* excuse for "it's hard to fix and I don't know how".
*/
}