10000 fix host emulation on macOS by d-a-v · Pull Request #5633 · esp8266/Arduino · GitHub
[go: up one dir, main page]

Skip to content

fix host emulation on macOS #5633

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 19, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file 8000
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove useless and misleading change
  • Loading branch information
d-a-v committed Jan 19, 2019
commit 4bae4ac53318c5eef4565ee1b38dbb4ea930395e
4 changes: 0 additions & 4 deletions tests/host/common/MockWiFiServerSocket.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@
#include <fcntl.h>
#include <errno.h>

#ifndef MSG_NOSIGNAL
#define MSG_NOSIGNAL 0
#endif

#define int2pcb(x) ((tcp_pcb*)(intptr_t)(x))
#define pcb2int(x) ((int)(intptr_t)(x))

Expand Down
0