]> git.sur5r.net Git - cc65/commitdiff
Replaced systime() with clock_gettime().
authorOliver Schmidt <ol.sc@web.de>
Fri, 16 Nov 2018 11:54:26 +0000 (12:54 +0100)
committerGitHub <noreply@github.com>
Fri, 16 Nov 2018 11:54:26 +0000 (12:54 +0100)
doc/geos.sgml

index 8e50a260574fefe747f677943382993888fe27a2..cb849c389b3918bbc4a55a273746e27cda29ec05 100644 (file)
@@ -48,7 +48,7 @@ changed between <tt/tgi_init/ and <tt/tgi_done/.
 It is safe to use these standard includes and their contents:
 <tt/assert.h, conio.h, dio.h, errno.h, em.h, geos.h, joystick.h, modload.h, mouse.h, stdlib.h, string.h, tgi.h, time.h/
 <p>
-For <tt/time.h/ functions <tt/systime()/ and <tt/clock()/ note that the resolution is one second.
+For <tt/time.h/ functions <tt/clock()/ and <tt/clock_gettime()/ note that the resolution is one second.
 <p>
 Functions from the headers above are either standard C library functions or cc65-specific, in
 either case they are not GEOS specific and so they are not described here.