mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 23:02:20 +00:00
Fixed an error in the previous checkin.
This commit is contained in:
parent
855f2ed7a8
commit
93c4b26a5f
@ -858,7 +858,7 @@ PRInt32 _MD_send(PRFileDesc *fd, const void *buf, PRInt32 amount,
|
||||
PRInt32 tmp_amount = amount;
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* On pre-2.6 Solaris, send() is much slower than write().
|
||||
* On 2.6 and beyond, with in-kernel sockets, send() and
|
||||
* write() are fairly equivalent in performance.
|
||||
|
Loading…
Reference in New Issue
Block a user