X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fhelper%2Freplacements.c;h=7663b0e81d412485c0a647e6d42082ed62a4cdbc;hb=c97caebccd07be7e5bae61d6d40921e01786ba06;hp=d7e6254e93c2dd986b17973e85a1f005c0d09094;hpb=2e779198535580515dfa9c8bfe1f3fe08abdb84b;p=fw%2Fopenocd diff --git a/src/helper/replacements.c b/src/helper/replacements.c index d7e6254e9..7663b0e81 100644 --- a/src/helper/replacements.c +++ b/src/helper/replacements.c @@ -27,7 +27,7 @@ #include #include -/* +/* * clear_malloc * * will alloc memory and clear it @@ -203,11 +203,11 @@ int win_select(int max_fd, fd_set *rfds, fd_set *wfds, fd_set *efds, struct time FD_ZERO(&aread); FD_ZERO(&awrite); FD_ZERO(&aexcept); - + limit = GetTickCount() + ms_total; do { retcode = 0; - + if (sock_max_fd >= 0) { /* overwrite the zero'd sets here; the select call * will clear those that are not active */ @@ -245,7 +245,7 @@ int win_select(int max_fd, fd_set *rfds, fd_set *wfds, fd_set *efds, struct time if (SAFE_FD_ISSET(handle_slot_to_fd[i], rfds)) { DWORD dwBytes; long handle = _get_osfhandle(handle_slot_to_fd[i]); - + if (PeekNamedPipe((HANDLE)handle, NULL, 0, NULL, &dwBytes, NULL)) { /* check to see if gdb pipe has data available */