* winsup.h: Change strchr inline for strange gcc problem.

* select.cc (select_stuff::wait): Bounds check w4 array.
This commit is contained in:
Christopher Faylor
2000-08-10 19:33:54 +00:00
parent b58f5598cb
commit b5ae313ab5
4 changed files with 12 additions and 1 deletions

View File

@ -13,6 +13,7 @@ details. */
#include <errno.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
static NO_COPY const int CHUNK_SIZE = 1024; /* Used for crlf conversions */