mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-18 08:26:02 +08:00
Include missing <string.h> and <limits.h>
Fix warnings. Update #2132. Update #2133.
This commit is contained in:
@@ -1149,7 +1149,6 @@ static void
|
||||
test_pipe_close(test_context *ctx)
|
||||
{
|
||||
int rfd = ctx->pfd[0];
|
||||
int wfd = ctx->pfd[1];
|
||||
struct pollfd pfd = {
|
||||
.fd = rfd,
|
||||
.events = POLLIN
|
||||
|
Reference in New Issue
Block a user