Hi,

Just looking at the GetTickCount64 and clock_gettime discussion on
Lazarus... Any reason why FPC is missing the following clock_gettime
syscall definitions but OpenBSD and NetBSD do have them?

Here are the related definitions from my FreeBSD 9.1 system.


#define SYS_clock_gettime       232
#define SYS_clock_settime       233
#define SYS_clock_getres        234

The same as OpenBSD for example rtl/openbsd/sysnr.inc

rtl/freebsd/sysnr.inc are missing those in FPC 2.6.4 and 2.7.1


Regards,
  - Graeme -

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to