Unix.Mod for 32bit platforms modified too.

This commit is contained in:
Norayr Chilingarian 2013-10-30 19:58:31 +04:00
parent 13da72a3ac
commit 1325713892
4 changed files with 4 additions and 4 deletions

View file

@ -254,7 +254,7 @@ TYPE
PROCEDURE -Select*(width: LONGINT; VAR readfds, writefds, exceptfds: FdSet; VAR timeout: Timeval): LONGINT
"select(width, readfds, writefds, exceptfds, timeout)";
PROCEDURE -Gettimeofday* (VAR tv: Timeval; VAR tz: Timezone)
PROCEDURE -Gettimeofday* (VAR tv: Timeval; VAR tz: Timezone) : LONGINT
"gettimeofday(tv, tz)";
PROCEDURE -Read* (fd, buf, nbyte: LONGINT): LONGINT