-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
runtime: remove unused _F_SETFL const on linux
This constant is only used on libc-based platforms (aix, darwin, solaris). Change-Id: Ic57d1fe3b1501c5b552eddb9aba11f1e02510082 Reviewed-on: https://go-review.googlesource.com/c/go/+/220421 Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> Reviewed-by: Ian Lance Taylor <iant@golang.org>
- Loading branch information
Showing
4 changed files
with
0 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -95,7 +95,6 @@ const ( | |
_EPOLL_CTL_MOD = 0x3 | ||
|
||
_AF_UNIX = 0x1 | ||
_F_SETFL = 0x4 | ||
_SOCK_DGRAM = 0x2 | ||
) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,7 +91,6 @@ const ( | |
_EPOLL_CTL_MOD = 0x3 | ||
|
||
_AF_UNIX = 0x1 | ||
_F_SETFL = 0x4 | ||
_SOCK_DGRAM = 0x2 | ||
) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,7 +87,6 @@ const ( | |
_EPOLL_CTL_MOD = 0x3 | ||
|
||
_AF_UNIX = 0x1 | ||
_F_SETFL = 0x4 | ||
_SOCK_DGRAM = 0x2 | ||
) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,7 +91,6 @@ const ( | |
_EPOLL_CTL_MOD = 0x3 | ||
|
||
_AF_UNIX = 0x1 | ||
_F_SETFL = 0x4 | ||
_SOCK_DGRAM = 0x2 | ||
) | ||
|
||
|