[fpc-pascal] FreeBSD missing syscall definitions

Graeme Geldenhuys mailinglists at geldenhuys.co.uk
Thu Apr 10 01:28:30 CEST 2014


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/



More information about the fpc-pascal mailing list