icecat: add release icecat-140.6.0-1gnu1 for aramo
This commit is contained in:
parent
92fef42cd6
commit
17ba0259bf
3382 changed files with 457689 additions and 569094 deletions
|
|
@ -1224,6 +1224,8 @@ void nsUDPSocket::EnableWritePoll() {
|
|||
mPollFlags = (PR_POLL_WRITE | PR_POLL_READ | PR_POLL_EXCEPT);
|
||||
}
|
||||
|
||||
bool nsUDPSocket::IsSocketClosed() { return mFD == nullptr; }
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsUDPSocket::SendBinaryStream(const nsACString& aHost, uint16_t aPort,
|
||||
nsIInputStream* aStream) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue