[project @ 2002-05-09 13:28:30 by simonmar]
authorsimonmar <unknown>
Thu, 9 May 2002 13:28:30 +0000 (13:28 +0000)
committersimonmar <unknown>
Thu, 9 May 2002 13:28:30 +0000 (13:28 +0000)
Add a type signature for getClockTime

System/Time.hsc

index 32a677f..6d8a800 100644 (file)
@@ -199,6 +199,7 @@ noTimeDiff = TimeDiff 0 0 0 0 0 0 0
 -- -----------------------------------------------------------------------------
 -- getClockTime returns the current time in its internal representation.
 
+getClockTime :: IO ClockTime
 #if HAVE_GETTIMEOFDAY
 getClockTime = do
   allocaBytes (#const sizeof(struct timeval)) $ \ p_timeval -> do