Hi,
Could the proposed patch applied to debian sometime? Having broken
ioctls breaks quite important things (ioctl(fd, TIOCDRAIN) for
instance...).
(Note: this is a debian/hurd issue only, and the proposed patch only
modifies hurd parts, so it is quite safe to apply...)
Regards,
Samuel
___
Package: libc0.3
Version: 2.3.2.ds1-22
Severity: normal
Tags: patch, upstream
Hi,
The following code was failing with error
ioctl: (ipc/mig) server type check failure
#include
#include
int main(void)
{
if (ioctl(1, TIOCDRAIN) < 0)
perror("ioctl");
return 0;
}
And actually any ioctl wi