mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-21 00:07:36 +08:00
revert erroneous checkin
This commit is contained in:
parent
f054a20f1a
commit
d134b48fd6
@ -1347,13 +1347,10 @@ start_thread_socket (select_record *me, select_stuff *stuff)
|
||||
|
||||
if (_my_tls.locals.exitsock != INVALID_SOCKET)
|
||||
{
|
||||
if (!si->exitsock)
|
||||
{
|
||||
char buf[1];
|
||||
si->exitsock = _my_tls.locals.exitsock;
|
||||
select_printf ("read a byte from %p", si->exitsock);
|
||||
recv (si->exitsock, buf, 1, 0);
|
||||
}
|
||||
char buf[1];
|
||||
si->exitsock = _my_tls.locals.exitsock;
|
||||
select_printf ("read a byte from %p", si->exitsock);
|
||||
recv (si->exitsock, buf, 1, 0);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user