[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: putty package, getresgid undefined..



Barry deFreese wrote:

Barry deFreese wrote:

Munteanu Alexandru wrote:

I have the following errors at the compilation :

getresgid undefined
getresuid undefined

and the file <unistd.h> is included in the file where I have this error

Alex


Munteanu,

I was talking with Marcus about this on ##hurd and there apparently are missing weak aliases for these functions in glibc.

Someone needs to add weak_alias (__setresgid, setresgid) to sysdeps/mach/hurd/setresgid.c
and weak_alias (__setresuid, setresuid) to sysdeps/mach/hurd/setresuid.c

At least I hope I got that right.. If I think I can get it right, I'll try to send something upstream to glibc.

Take care,

OK, I have the fixes for glibc. I will send them upstream as soon as I figure out where.. :-)

I am cc'ing bug-hurd since this is really a bug not a Debian issue.

great, thanks !



Reply to: