Skip to content

Commit

Permalink
[build] Fix build on GNU/Hurd
Browse files Browse the repository at this point in the history
  • Loading branch information
sthibaul authored and rndi committed Dec 6, 2019
1 parent b6f9618 commit 9e52606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/srt-tunnel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ class TcpMedium: public Medium

enum { DEF_SEND_FLAG = 0 };

#elif defined(LINUX)
#elif defined(LINUX) || defined(GNU)
static int tcp_close(int socket)
{
return ::close(socket);
Expand Down

0 comments on commit 9e52606

Please sign in to comment.