[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: poslib port for Win32 platforms?
- From: "Antonio E. Scuri" <scuri@...>
- Date: Wed, 24 Apr 2002 09:22:54 -0300
Last time I tried I stop on the following functions:
TIME
times
SYSCONF
uname
sysconf
PROCAUTH
setuid
setgid
getpwnam
getpwuid
getgrnam
getgrgid
geteid
getgid
getuid
getpgrp
getppid
getpid
FILE
opendir
readir
closedir
pathconf
fpathconf
link
chown
Because they do not have a direct map to Win32 functions, including
MSVCRT.LIB.
I suggest to use Cygwin, or at least to copy their implementation and to
keep poslib code intact as possible.
Regards,
scuri