* login/login_tty.c (login_tty): The Linux kernel can return EBUSY
commit174420d2bc39c611fbc09669490b96fc6cc81520
authorUlrich Drepper <drepper@redhat.com>
Thu, 4 Oct 2007 21:54:22 +0000 (4 21:54 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 4 Oct 2007 21:54:22 +0000 (4 21:54 +0000)
treeba3e9d43d0551624590a010db8a6282e2cfbebc2
parentb80bfc8b53153ca9aefa32ecd51ac4d6cfdbb842
* login/login_tty.c (login_tty): The Linux kernel can return EBUSY

for dup2 in case another thread races with the current one.  Retry
in this case.
ChangeLog
login/login_tty.c