[fpc-pascal] GetLastOSError return values?
Jonas Maebe
jonas.maebe at elis.ugent.be
Mon Sep 14 17:12:56 CEST 2009
On 14 Sep 2009, at 17:06, Graeme Geldenhuys wrote:
> I'm using Linux. The online (html) help doesn't give any clue as to
> what
> the return values are for GetLastOSError(). Where can I find this
> information?
By definition, that error number is completely OS-specific. Under
Linux, the error numbers are whatever the system calls or libc calls
return. You can find the error numbers in e.g. /usr/include/asm-
generic/errno.h on most recent Linux systems.
Jonas
More information about the fpc-pascal
mailing list