summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-05-02 08:05:09 +0000
committerMike Frysinger <vapier@gentoo.org>2007-05-02 08:05:09 +0000
commitead11a4adfaf25b7ca6ca91b7e531369958a581a (patch)
tree17ef1094bc1c7c6025e3668faae89e99d7ef2a1d /test
parentae0badd7421c76b6e5820e80a2ab3c56786dff18 (diff)
Nickolai Zeldovich writes:
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.
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions