* exceptions.cc: Add stdlib.h include for alloca declaration.
* poll.cc: Ditto. * termios.cc: Ditto. * syscalls.cc (_write): Only allow zero length when fd is valid.
This commit is contained in:
@ -11,6 +11,7 @@ details. */
|
||||
#include "winsup.h"
|
||||
#include <imagehlp.h>
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "exceptions.h"
|
||||
#include "sync.h"
|
||||
|
Reference in New Issue
Block a user