forked from Imagelibrary/binutils-gdb
sim: assume sys/select.h always exists
Now that gnulib provides this, assume it exists.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* dv-lm32uart.c: Include sys/select.h.
|
||||
|
||||
2021-06-12 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure.ac: Delete call to SIM_AC_OPTION_ALIGNMENT.
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
#include "sim-assert.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <sys/select.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
struct lm32uart
|
||||
|
||||
Reference in New Issue
Block a user