
26 Mar
2003
26 Mar
'03
5:31 a.m.
Simon Marlow wrote:
But the gcc says there are too many argument. There are two ways to go around. I change the foriegn call definition "getpwuid_r" ==> "__posix_getpwuid_r" I change the foriegn call definition "getpwnam_r" ==> "__posix_getpwnam_r"
Thanks, I'll look into this.
I left out two more fucntions :
getgrnam_r, getgrgid_r in