On Sunday 22 April 2007, Nickolai Zeldovich wrote:
> Currently, tcgetpgrp() in uClibc uses an int to store a PID (fetched
> via ioctl TIOCGPGRP).  This causes problems on platforms where pid_t
> is defined to be larger (e.g., uint64_t).  Other functions in termios,
> such as tcgetsid() and tcsetpgrp(), already pass a pid_t to ioctl(),
> so the following patch does the same in tcgetpgrp() as well:
>
>     http://moscow.scs.stanford.edu/~nickolai/uclibc-pidt-patch
>
> (Apologies for the URL; I haven't figured out how to avoid tab
> conversions in gmail.)

gmail attaches files just fine
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
uClibc mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/uclibc

Reply via email to